gdb/
[deliverable/binutils-gdb.git] / gdb / i387-tdep.h
index 38e6755989067becc9f3fad317fd6dd9b0c89277..a499fcb4985e9262928a5600bfeccd90c2e35d95 100644 (file)
@@ -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);
 \f
 
 /* Size of the memory area use by the 'fsave' and 'fxsave'
This page took 0.024567 seconds and 4 git commands to generate.