2003-08-23 Andreas Jaeger <aj@suse.de>
* x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to i387_supply_fxsave.
This commit is contained in:
parent
ed504bdf4f
commit
c77161335b
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue