2003-08-23 Andreas Jaeger <aj@suse.de>
authorAndreas Jaeger <aj@suse.de>
Sat, 23 Aug 2003 12:21:14 +0000 (12:21 +0000)
committerAndreas Jaeger <aj@suse.de>
Sat, 23 Aug 2003 12:21:14 +0000 (12:21 +0000)
        * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
        i387_supply_fxsave.

gdb/ChangeLog
gdb/x86-64-tdep.c

index c99ca61..4c5abca 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-23  Andreas Jaeger  <aj@suse.de>
+
+        * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
+        i387_supply_fxsave.
+
 2003-08-23  Mark Kettenis  <kettenis@gnu.org>
 
        * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
index 78d06d3..86cb2fc 100644 (file)
@@ -1295,7 +1295,7 @@ x86_64_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
 void
 x86_64_supply_fxsave (char *fxsave)
 {
-  i387_supply_fxsave (fxsave);
+  i387_supply_fxsave (fxsave, -1);
 
   if (fxsave)
     {