summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--unix/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/main.c b/unix/main.c
index 8065663011..bcc5ffcd76 100644
--- a/unix/main.c
+++ b/unix/main.c
@@ -293,7 +293,6 @@ void pre_process_options(int argc, char **argv) {
}
int main(int argc, char **argv) {
- nlr_jump(0);
volatile int stack_dummy;
stack_top = (void*)&stack_dummy;