jcf-dump.c (TABLE_SWITCH): Fix typos.

�
	* jcf-dump.c (TABLE_SWITCH):  Fix typos.

From-SVN: r23609
This commit is contained in:
Per Bothner 1998-11-11 19:10:06 +00:00 committed by Per Bothner
parent a824724014
commit b62d42fef4
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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; \