Fix a typo in fetch_core_registers() which caused the integer regs
to get scribbled over.
This commit is contained in:
parent
fa6de1190e
commit
09c0648a6e
2
gnu/dist/toolchain/gdb/ppcnbsd-nat.c
vendored
2
gnu/dist/toolchain/gdb/ppcnbsd-nat.c
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user