summaryrefslogtreecommitdiff
path: root/unix/main.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-08 15:10:21 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-08 15:10:21 +0100
commit72cfc6ef0a3958a9f9e4e3abce45cc9288c251d2 (patch)
treefc2a46185e6ce3082ead2a5fc63c6badab074734 /unix/main.c
parent26cf55ae05658c8a47719d46d48df8c9751108b5 (diff)
unix: Oops, remove nlr_jump test in main.
Diffstat (limited to 'unix/main.c')
-rw-r--r--unix/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/main.c b/unix/main.c
index 806566301..bcc5ffcd7 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;