jcf-dump.c (TABLE_SWITCH): Fix typos.
authorPer Bothner <bothner@cygnus.com>
Wed, 11 Nov 1998 19:10:06 +0000 (19:10 +0000)
committerPer Bothner <bothner@gcc.gnu.org>
Wed, 11 Nov 1998 19:10:06 +0000 (11:10 -0800)

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

From-SVN: r23609

gcc/java/ChangeLog
gcc/java/jcf-dump.c

index 0ba26ee..7abcc0a 100644 (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.
index 6276630..1f01c6d 100644 (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; \