mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-27 18:00:05 +00:00
Try moving parapoly procs into a separate module when doing weak monomorphization
This commit is contained in:
@@ -84,7 +84,7 @@ gb_internal lbProcedure *lb_create_procedure(lbModule *m, Entity *entity, bool i
|
||||
String link_name = {};
|
||||
|
||||
if (ignore_body) {
|
||||
lbModule *other_module = lb_module_of_entity(m->gen, entity);
|
||||
lbModule *other_module = lb_module_of_entity(m->gen, entity, m);
|
||||
link_name = lb_get_entity_name(other_module, entity);
|
||||
} else {
|
||||
link_name = lb_get_entity_name(m, entity);
|
||||
|
||||
Reference in New Issue
Block a user