diff options
Diffstat (limited to 'gdb/stack.c')
-rw-r--r-- | gdb/stack.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/stack.c b/gdb/stack.c index 070d658..22b16a5 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -911,8 +911,9 @@ set_last_displayed_sal (int valid, struct program_space *pspace, last_displayed_line = line; if (valid && pspace == NULL) { - warning (_("Trying to set NULL pspace.")); clear_last_displayed_sal (); + internal_error (__FILE__, __LINE__, + _("Trying to set NULL pspace.")); } } |