mirror of
https://github.com/odin-lang/Odin.git
synced 2026-03-04 07:37:04 +00:00
Begin to generalize modules away from AstPackage * in -use-separate-modules
This commit is contained in:
@@ -1177,7 +1177,7 @@ gb_internal void add_debug_info_for_global_constant_from_entity(lbGenerator *gen
|
||||
}
|
||||
lbModule *m = &gen->default_module;
|
||||
if (USE_SEPARATE_MODULES) {
|
||||
m = lb_pkg_module(gen, e->pkg);
|
||||
m = lb_module_of_entity(gen, e);
|
||||
}
|
||||
|
||||
if (is_type_integer(e->type)) {
|
||||
|
||||
Reference in New Issue
Block a user