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 8d2ba834b242424ced234f5f17886a9d1403ce24..8b85122414ec4931934276306b5e138c1d1b0410 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 dfff14e6beb0e6316c3a9abb324a56e3cfd97741..444e862197b544cbd360c371e9ff0cca60f85d29 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;