unix: Oops, remove nlr_jump test in main.
This commit is contained in:
parent
26cf55ae05
commit
72cfc6ef0a
@ -293,7 +293,6 @@ void pre_process_options(int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
nlr_jump(0);
|
|
||||||
volatile int stack_dummy;
|
volatile int stack_dummy;
|
||||||
stack_top = (void*)&stack_dummy;
|
stack_top = (void*)&stack_dummy;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user