mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
Convert SAVE_DUMMY_FRAME_TOS to multi-arch.
This commit is contained in:
@ -1678,9 +1678,8 @@ You must use a pointer to function type variable. Command ignored.", arg_name);
|
||||
wouldn't happen. (See store_inferior_registers in sparc-nat.c.) */
|
||||
write_sp (sp);
|
||||
|
||||
#ifdef SAVE_DUMMY_FRAME_TOS
|
||||
SAVE_DUMMY_FRAME_TOS (sp);
|
||||
#endif
|
||||
if (SAVE_DUMMY_FRAME_TOS_P ())
|
||||
SAVE_DUMMY_FRAME_TOS (sp);
|
||||
|
||||
{
|
||||
char retbuf[REGISTER_BYTES];
|
||||
|
Reference in New Issue
Block a user