mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Handle error better
This commit is contained in:
parent
cc6eba8f52
commit
1fa07c1e0f
1 changed files with 2 additions and 2 deletions
|
@ -3593,8 +3593,8 @@ void Cyc_start_trampoline(gc_thread_data * thd)
|
|||
thd->gc_cont, thd->gc_args);
|
||||
}
|
||||
|
||||
printf("Internal error: should never have reached this line\n");
|
||||
exit(0);
|
||||
fprintf(stderr, "Internal error: should never have reached this line\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
// Mark globals as part of the tracing collector
|
||||
|
|
Loading…
Add table
Reference in a new issue