Update Tilde to fix reg alloc bug

This commit is contained in:
gingerBill
2023-07-24 15:18:20 +01:00
parent e2593a6883
commit cf77a0e2b4
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -799,7 +799,7 @@ gb_internal bool cg_generate_code(Checker *c, LinkerData *linker_data) {
TB_DebugFormat debug_format = TB_DEBUGFMT_NONE;
if (build_context.ODIN_DEBUG || true) {
if (build_context.ODIN_DEBUG) {
switch (build_context.metrics.os) {
case TargetOs_windows:
debug_format = TB_DEBUGFMT_CODEVIEW;