mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Correct a race condition when checking the procedure body
This commit is contained in:
@@ -301,6 +301,7 @@ struct lbProcedure {
|
||||
lbBlock * curr_block;
|
||||
lbTargetList * target_list;
|
||||
PtrMap<Entity *, lbValue> direct_parameters;
|
||||
PtrMap<Entity *, lbValue> local_entity_map;
|
||||
|
||||
Ast *curr_stmt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user