This commit is contained in:
K. Richard Pixley
1993-05-19 22:44:08 +00:00
parent f3fe87c79e
commit 80ddbedc45

View File

@ -299,9 +299,9 @@ extern const struct ext_format ext_format_68881;
#define FRAME_CHAIN(thisframe) \ #define FRAME_CHAIN(thisframe) \
(thisframe->signal_handler_caller \ (thisframe->signal_handler_caller \
? thisframe->frame \ ? thisframe->frame \
: (!inside_entry_file ((thisframe)->pc) ? \ : (!inside_entry_file ((thisframe)->pc) \
read_memory_integer ((thisframe)->frame, 4) :\ ? read_memory_integer ((thisframe)->frame, 4) \
0) : 0))
/* Define other aspects of the stack frame. */ /* Define other aspects of the stack frame. */