forked from Imagelibrary/binutils-gdb
* mips-tdep.c (mips_frame_chain): If frame size zero, return zero.
* rs6000-tdep.c: Add comment about framelessness.
This commit is contained in:
@@ -949,6 +949,8 @@ int pcsaved;
|
||||
|
||||
if (fi->next != NULL)
|
||||
/* Don't even think about framelessness except on the innermost frame. */
|
||||
/* FIXME: Can also be frameless if fi->next->signal_handler_caller (if
|
||||
a signal happens while executing in a frameless function). */
|
||||
return 0;
|
||||
|
||||
func_start = get_pc_function_start (fi->pc) + FUNCTION_START_OFFSET;
|
||||
|
||||
Reference in New Issue
Block a user