jcf-dump.c (SPECIAL_IINC): Fixed typo printing iinc instruction.
authorJason Schroeder <shrode@subnature.com>
Fri, 21 Apr 2000 01:24:17 +0000 (01:24 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Fri, 21 Apr 2000 01:24:17 +0000 (18:24 -0700)
Thu Apr 20 18:20:58 2000  Jason Schroeder  <shrode@subnature.com>

* jcf-dump.c (SPECIAL_IINC): Fixed typo printing iinc instruction.

From-SVN: r33301

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

index 8d2ba83..8b85122 100644 (file)
@@ -1,3 +1,7 @@
+Thu Apr 20 18:20:58 2000  Jason Schroeder  <shrode@subnature.com>
+
+       * jcf-dump.c (SPECIAL_IINC): Fixed typo printing iinc instruction.
+
 2000-04-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
 
        * parse.y (yyerror): `msg' can be null, don't use it in that case.
index dfff14e..444e862 100644 (file)
@@ -1200,7 +1200,7 @@ DEFUN(disassemble_method, (jcf, byte_ops, len),
   fprintf (out, " %d", i); \
   INT_temp = saw_wide ? IMMEDIATE_s2 : IMMEDIATE_s1; \
   saw_wide = 0; \
-  fprintf (out, " %d", i)
+  fprintf (out, " %d", INT_temp)
 
 #define SPECIAL_WIDE(OPERAND_TYPE) \
   saw_wide = 1;