diff options
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c index 9d8bf6e..ecb1325 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -3957,7 +3957,7 @@ debug_print_register (const char * func, { enum bfd_endian byte_order = gdbarch_byte_order (gdbarch); int i, size = register_size (gdbarch, regno); - unsigned char buf[MAX_REGISTER_SIZE]; + gdb_byte buf[MAX_REGISTER_SIZE]; regcache_raw_collect (regcache, regno, buf); fprintf_unfiltered (gdb_stdlog, " = "); |