* go32-nat.c (fetch_register): Call i387_supply_fsave instead of
[deliverable/binutils-gdb.git] / gdb / i386gnu-nat.c
index 4623e116cfc8bcdadce51e537c5ada3ce4e843c6..19a0654d76c195f2f7e6b6072acbe500d5fc8f3d 100644 (file)
@@ -89,7 +89,7 @@ fetch_fpregs (struct proc *thread)
     }
 
   /* Supply the floating-point registers.  */
-  i387_supply_fsave (state.hw_state);
+  i387_supply_fsave (state.hw_state, -1);
 }
 
 #ifdef HAVE_SYS_PROCFS_H
@@ -106,7 +106,7 @@ supply_gregset (gdb_gregset_t *gregs)
 void
 supply_fpregset (gdb_fpregset_t *fpregs)
 {
-  i387_supply_fsave ((char *) fpregs);
+  i387_supply_fsave ((const char *) fpregs, -1);
 }
 #endif
 
This page took 0.024035 seconds and 4 git commands to generate.