From cf77a0e2b4b0cfcc03ae3c160a20b17944f7765c Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 24 Jul 2023 15:18:20 +0100 Subject: Update Tilde to fix reg alloc bug --- src/tilde_proc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tilde_proc.cpp') diff --git a/src/tilde_proc.cpp b/src/tilde_proc.cpp index fb66e6adb..b3c81a7d5 100644 --- a/src/tilde_proc.cpp +++ b/src/tilde_proc.cpp @@ -350,7 +350,7 @@ gb_internal WORKER_TASK_PROC(cg_procedure_compile_worker_proc) { bool emit_asm = false; if ( - string_starts_with(p->name, str_lit("runtime@_os_write")) || + // string_starts_with(p->name, str_lit("runtime@_os_write")) || false ) { emit_asm = true; -- cgit v1.2.3