mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Added skip for Entity_ProcedureGrouping
This commit is contained in:
+1
-1
@@ -8314,7 +8314,7 @@ void ir_gen_tree(irGen *s) {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (e->kind == Entity_Variable) {
|
if (e->kind == Entity_Variable || e->kind == Entity_ProcedureGrouping) {
|
||||||
// NOTE(bill): Handled above as it requires a specific load order
|
// NOTE(bill): Handled above as it requires a specific load order
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user