mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
Split further
This commit is contained in:
@@ -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$");
|
||||
|
||||
Reference in New Issue
Block a user