* hppa.h (pa_opcodes): Add two fcmp opcodes. Reorder ftest opcodes.
[deliverable/binutils-gdb.git] / opcodes / ms1-dis.c
index ba8fde283694a75a3462abbdfb90c000bc9f3ea8..980e8e0963282de445770f24cda69127dafa39c9 100644 (file)
@@ -71,7 +71,7 @@ print_dollarhex (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED,
 {
   disassemble_info *info = (disassemble_info *) dis_info;
 
-  info->fprintf_func (info->stream, "$%x", value);
+  info->fprintf_func (info->stream, "$%lx", value);
 
   if (0)
     print_normal (cd, dis_info, value, attrs, pc, length);
This page took 0.023684 seconds and 4 git commands to generate.