mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 03:42:23 -07:00
Update Tilde to fix reg alloc bug
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user