This commit is contained in:
gingerBill
2022-01-23 15:40:46 +00:00
parent 27dbe84f79
commit 56b4e0a3c3
5 changed files with 35 additions and 13 deletions

View File

@@ -403,6 +403,7 @@ void compiler_error(char const *fmt, ...) {
gb_printf_err("Internal Compiler Error: %s\n",
gb_bprintf_va(fmt, va));
va_end(va);
GB_DEBUG_TRAP();
gb_exit(1);
}