* mips-tdep.c (mips_frame_chain): If frame size zero, return zero.

* rs6000-tdep.c: Add comment about framelessness.
This commit is contained in:
Jim Kingdon
1993-09-23 19:03:38 +00:00
parent 6110df28cd
commit 3f528883ae
3 changed files with 10 additions and 1 deletions

View File

@@ -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;