aboutsummaryrefslogtreecommitdiff
path: root/src/tilde_proc.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-07-24 11:53:18 +0100
committergingerBill <bill@gingerbill.org>2023-07-24 11:53:18 +0100
commitbd81c6f5b4bbcdb0c65cda5bedf1f3c5e0c0371e (patch)
treeb7e03ce9e5870c73a332aabaaf1feb575c93dc2e /src/tilde_proc.cpp
parent4051dd95223f9662c78c05d09e01b925d2d99ac0 (diff)
Move linker code into separate file
Diffstat (limited to 'src/tilde_proc.cpp')
-rw-r--r--src/tilde_proc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tilde_proc.cpp b/src/tilde_proc.cpp
index 8143c9a6e..fec77733d 100644
--- a/src/tilde_proc.cpp
+++ b/src/tilde_proc.cpp
@@ -358,7 +358,7 @@ gb_internal void cg_procedure_generate(cgProcedure *p) {
cg_procedure_end(p);
if (
- string_starts_with(p->name, str_lit("runtime@_os_write")) ||
+ // string_starts_with(p->name, str_lit("runtime@_os_write")) ||
false
) { // IR Printing
TB_Arena *arena = tb_default_arena();