diff options
Diffstat (limited to 'gdb/i387-tdep.h')
-rw-r--r-- | gdb/i387-tdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/i387-tdep.h b/gdb/i387-tdep.h index 38e6755..a499fcb 100644 --- a/gdb/i387-tdep.h +++ b/gdb/i387-tdep.h @@ -60,13 +60,13 @@ extern void i387_print_float_info (struct gdbarch *gdbarch, return its contents in TO. */ extern void i387_register_to_value (struct frame_info *frame, int regnum, - struct type *type, void *to); + struct type *type, gdb_byte *to); /* Write the contents FROM of a value of type TYPE into register REGNUM in frame FRAME. */ extern void i387_value_to_register (struct frame_info *frame, int regnum, - struct type *type, const void *from); + struct type *type, const gdb_byte *from); /* Size of the memory area use by the 'fsave' and 'fxsave' |