Fix copyright comments and file comments.
[deliverable/binutils-gdb.git] / gdb / m32r-rom.c
index bbcc1c0cf7b6b31d807e48e40e87360deba93b16..f6ea251f8a23a3ed0190c66a16c7bb3b703dbc01 100644 (file)
@@ -35,7 +35,8 @@
 #include <time.h>              /* for time_t */
 #include "gdb_string.h"
 #include "objfiles.h"          /* for ALL_OBJFILES etc. */
-
+#include "inferior.h"          /* for write_pc() */
+#include <ctype.h>
 
 extern void report_transfer_performance PARAMS ((unsigned long, time_t, time_t));
 
@@ -79,7 +80,7 @@ m32r_load_section (abfd, s, data_count)
       print_address_numeric (section_base, 1, gdb_stdout);
       printf_filtered ("\n");
       gdb_flush (gdb_stdout);
-      monitor_printf ("%x mw\r", section_base);
+      monitor_printf ("%s mw\r", paddr_nz (section_base));
       for (i = 0; i < section_size; i += 4)
        {
          QUIT;
This page took 0.024826 seconds and 4 git commands to generate.