diff options
Diffstat (limited to 'gdb/valprint.c')
-rw-r--r-- | gdb/valprint.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/valprint.c b/gdb/valprint.c index 4ef327f..3cd76ec 100644 --- a/gdb/valprint.c +++ b/gdb/valprint.c @@ -284,7 +284,8 @@ longest_to_int (LONGEST arg) TYPE_CODE_FLT), pointed to in GDB by VALADDR, on STREAM. */ void -print_floating (char *valaddr, struct type *type, struct ui_file *stream) +print_floating (const bfd_byte *valaddr, struct type *type, + struct ui_file *stream) { DOUBLEST doub; int inv; |