Handle error better

This commit is contained in:
Justin Ethier 2016-07-24 22:20:45 -04:00
parent cc6eba8f52
commit 1fa07c1e0f

View file

@ -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