mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 18:20:12 +08:00
* sparc-tdep.c (sparc_pop_frame): Remove erroneous extra argument
to write_register.
This commit is contained in:
@ -834,7 +834,7 @@ sparc_pop_frame ()
|
||||
write_register (O0_REGNUM + 7,
|
||||
read_memory_integer (fsr.regs[O0_REGNUM + 7], 4));
|
||||
|
||||
write_register (SP_REGNUM, frame->frame, 4);
|
||||
write_register (SP_REGNUM, frame->frame);
|
||||
}
|
||||
else if (fsr.regs[I0_REGNUM])
|
||||
{
|
||||
|
Reference in New Issue
Block a user