Remove quoted leading space.
[deliverable/binutils-gdb.git] / gdb / dve3900-rom.c
index 8565040a3fdb801df58020a41d63bf47c920e6a0..60a177dbed1963482571862014814d7bf94469a8 100644 (file)
@@ -532,7 +532,7 @@ store_bitmapped_register (regno, bf)
          oldbits = (oldval >> bf->start) & mask;
          newbits = (newval >> bf->start) & mask;
          if (oldbits != newbits)
-           monitor_printf ("%s %x ", bf->user_name, newbits);
+           monitor_printf ("%s %lx ", bf->user_name, newbits);
        }
     }
 
This page took 0.060159 seconds and 4 git commands to generate.