Re-enable GAS for z8k-coff
[deliverable/binutils-gdb.git] / opcodes / d10v-dis.c
index 55a3fd6ce891b7bd9b4464192f3c2ce5e0ba2b16..61d7f757fdc65a954de34955ada116eeb3812c92 100644 (file)
@@ -182,7 +182,7 @@ dis_long (unsigned long insn,
     }
 
   if (!match)
-    (*info->fprintf_func) (info->stream, ".long\t0x%08x", insn);
+    (*info->fprintf_func) (info->stream, ".long\t0x%08lx", insn);
 
   if (need_paren)
     (*info->fprintf_func) (info->stream, ")");
@@ -255,7 +255,7 @@ dis_2_short (unsigned long insn,
     }
 
   if (num_match == 0)
-    (*info->fprintf_func) (info->stream, ".long\t0x%08x", insn);
+    (*info->fprintf_func) (info->stream, ".long\t0x%08lx", insn);
 
   if (need_paren)
     (*info->fprintf_func) (info->stream, ")");
This page took 0.023561 seconds and 4 git commands to generate.