diff options
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 5dddf4e..1744abd 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -346,7 +346,7 @@ float_type_from_length (struct type *type) supported at this level. */ void -print_scalar_formatted (const void *valaddr, struct type *type, +print_scalar_formatted (const gdb_byte *valaddr, struct type *type, const struct value_print_options *options, int size, struct ui_file *stream) { |