* i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of

FDOFF_REGNUM.
This commit is contained in:
Mark Kettenis 2002-11-08 23:31:09 +00:00
parent 8779790c2e
commit 19e333637a
2 changed files with 6 additions and 1 deletions

View 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.

View 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];