jcf-dump.c (TABLE_SWITCH): Fix typos.
� * jcf-dump.c (TABLE_SWITCH): Fix typos. From-SVN: r23609
This commit is contained in:
parent
a824724014
commit
b62d42fef4
@ -1,3 +1,7 @@
|
||||
Wed Nov 11 19:08:52 1998 Per Bothner <bothner@cygnus.com>
|
||||
|
||||
* jcf-dump.c (TABLE_SWITCH): Fix typos.
|
||||
|
||||
1998-11-11 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* jcf-dump.c (main): Correctly recognize `--'-style long options.
|
||||
|
@ -1042,7 +1042,7 @@ DEFUN(disassemble_method, (jcf, byte_ops, len),
|
||||
#define TABLE_SWITCH \
|
||||
{ jint default_offset = IMMEDIATE_s4; \
|
||||
jint low = IMMEDIATE_s4; jint high = IMMEDIATE_s4; \
|
||||
fprintf (out, " low==%d, high=%ddefault=%d", \
|
||||
fprintf (out, " low=%d, high=%d, default=%d", \
|
||||
low, high, default_offset+oldpc); \
|
||||
for (; low <= high; low++) { \
|
||||
jint offset = IMMEDIATE_s4; \
|
||||
|
Loading…
Reference in New Issue
Block a user