* i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
authorMark Kettenis <kettenis@gnu.org>
Fri, 8 Nov 2002 23:31:09 +0000 (23:31 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 8 Nov 2002 23:31:09 +0000 (23:31 +0000)
FDOFF_REGNUM.

gdb/ChangeLog
gdb/i387-tdep.c

index 0c0fb1d605ad9d967be771dc3f95b9a3ba8b076a..d53b9e111e4169aedef1dfb79b4f24d0d73386bd 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-09  Mark Kettenis  <kettenis@gnu.org>
+
+       * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
+       FDOFF_REGNUM.
+
 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
 
        * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
index f2ed6b8e37ad91ac33d49f1e87956a938dcc255a..4999ff805a8f4654a770c71152392ce98a1a8598 100644 (file)
@@ -630,7 +630,7 @@ i387_fill_fxsave (char *fxsave, int regnum)
        /* Most of the FPU control registers occupy only 16 bits in
            the fxsave area.  Give those a special treatment.  */
        if (i >= FPC_REGNUM && i < XMM0_REGNUM
-           && i != FIOFF_REGNUM && i != FDOFF_REGNUM)
+           && i != FIOFF_REGNUM && i != FOOFF_REGNUM)
          {
            unsigned char buf[4];
 
This page took 0.03261 seconds and 4 git commands to generate.