aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend.cpp
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-09-19 13:59:58 +0100
committergingerBill <gingerBill@users.noreply.github.com>2025-09-19 13:59:58 +0100
commitee3b10335b09181808fd98ccf46fe9369a11db13 (patch)
tree9b98d9af5cac51443859e28f57d46cf7a94253b4 /src/llvm_backend.cpp
parentf1e3977cf94dfc0457f05d499cc280d8e1329086 (diff)
Split further
Diffstat (limited to 'src/llvm_backend.cpp')
-rw-r--r--src/llvm_backend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/llvm_backend.cpp b/src/llvm_backend.cpp
index 5c75d2570..f18d4af64 100644
--- a/src/llvm_backend.cpp
+++ b/src/llvm_backend.cpp
@@ -2020,7 +2020,7 @@ gb_internal void lb_create_startup_runtime_generate_body(lbModule *m, lbProcedur
continue;
}
- if (type_size_of(e->type) > 32) {
+ if (type_size_of(e->type) > 8) {
String ename = lb_get_entity_name(m, e);
gbString name = gb_string_make(permanent_allocator(), "");
name = gb_string_appendc(name, "__$startup$");