2007-06-29 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / opcodes / tic80-dis.c
index 09df146031ccbe24aa81b86a697e030a7d6200a6..ab3a086c0ca00a2a401b962f16e3c85e561dcd5f 100644 (file)
@@ -87,7 +87,7 @@ print_operand_bitnum (struct disassemble_info *info, long value)
   if (tmp != NULL)
     (*info->fprintf_func) (info->stream, "%s", tmp);
   else
-    (*info->fprintf_func) (info->stream, "%ld", bitnum);
+    (*info->fprintf_func) (info->stream, "%d", bitnum);
 }
 \f
 /* Print the operand as directed by the flags.  */
This page took 0.022832 seconds and 4 git commands to generate.