diff options
Diffstat (limited to 'gdb/regcache.c')
-rw-r--r-- | gdb/regcache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/regcache.c b/gdb/regcache.c index d413fe8..ca00f90 100644 --- a/gdb/regcache.c +++ b/gdb/regcache.c @@ -1092,7 +1092,7 @@ reg_flush_command (char *command, int from_tty) static void dump_endian_bytes (struct ui_file *file, enum bfd_endian endian, - const unsigned char *buf, long len) + const gdb_byte *buf, long len) { int i; @@ -1130,7 +1130,7 @@ regcache_dump (struct regcache *regcache, struct ui_file *file, int footnote_register_offset = 0; int footnote_register_type_name_null = 0; long register_offset = 0; - unsigned char buf[MAX_REGISTER_SIZE]; + gdb_byte buf[MAX_REGISTER_SIZE]; #if 0 fprintf_unfiltered (file, "nr_raw_registers %d\n", |