gjavah.c (decompile_method): Handle all types of `return' opcode.
authorTom Tromey <tromey@cygnus.com>
Sun, 13 Dec 1998 15:24:48 +0000 (15:24 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sun, 13 Dec 1998 15:24:48 +0000 (15:24 +0000)
commitcb975f38fbfb5d5d0cd1092b013c64cd54a2a1ce
tree678d4fc66d8748a4b2002a45f61b96e7d26623de
parentf181d4aea017cdd3597d324a78cdd60f1989cddf
gjavah.c (decompile_method): Handle all types of `return' opcode.

* gjavah.c (decompile_method): Handle all types of `return'
opcode.  Decompile `return this' and `return'.
(method_access): New global.
(print_method_info): Set it.
(decompile_method): Don't decompile a synchronized method.

From-SVN: r24297
gcc/java/ChangeLog
gcc/java/gjavah.c