Revert small portion of previous commit. (Delete a #if 0 and #endif that I
had added for testing.)
This commit is contained in:
parent
7f39821656
commit
322702e1e5
1 changed files with 0 additions and 2 deletions
|
@ -994,12 +994,10 @@ frv_frame_this_id (struct frame_info *next_frame,
|
|||
/* The FUNC is easy. */
|
||||
func = frame_func_unwind (next_frame);
|
||||
|
||||
#if 0
|
||||
/* This is meant to halt the backtrace at "_start". Make sure we
|
||||
don't halt it at a generic dummy frame. */
|
||||
if (inside_entry_func (func))
|
||||
return;
|
||||
#endif
|
||||
|
||||
/* Check if the stack is empty. */
|
||||
msym_stack = lookup_minimal_symbol ("_stack", NULL, NULL);
|
||||
|
|
Loading…
Reference in a new issue