diff options
Diffstat (limited to 'gdb/stack.c')
-rw-r--r-- | gdb/stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stack.c b/gdb/stack.c index c1a9d9d..f7fd943 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -2715,7 +2715,7 @@ frame_apply_command_count (const char *which_command, if (flags.cont) printf_filtered ("%s\n", ex.what ()); else - throw_exception (ex); + throw; } } } |