Skip to content
Snippets Groups Projects
Commit 72cfc6ef authored by Damien George's avatar Damien George
Browse files

unix: Oops, remove nlr_jump test in main.

parent 26cf55ae
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment