2005-01-28 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / valprint.c
index 4ef327f1adeb1648db61d87c46c82e4241da83e5..3cd76ec6e61c950d3f6d290c7e26e17b8a894a4b 100644 (file)
@@ -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;
This page took 0.023114 seconds and 4 git commands to generate.