Fix a typo in fetch_core_registers() which caused the integer regs

to get scribbled over.
This commit is contained in:
thorpej 2001-12-10 17:52:51 +00:00
parent fa6de1190e
commit 09c0648a6e

View File

@ -115,7 +115,7 @@ fetch_core_registers (core_reg_sect, core_reg_size, which, ignore)
supply_regs ((char *) &core_reg->frame);
/* Floating point registers */
supply_regs ((char *) &core_reg->fpstate);
supply_fpregs ((char *) &core_reg->fpstate);
}
static void