Replace throw_exception with throw in some cases
[deliverable/binutils-gdb.git] / gdb / stack.c
index c1a9d9dfb09579fab5dee79f309917a703408d6d..f7fd9433b5600cc2acb7b955b61193ce37d8ff08 100644 (file)
@@ -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;
            }
        }
     }
This page took 0.030734 seconds and 4 git commands to generate.