mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 04:10:07 +00:00
Add extra checks for multiple assignments when emitting stores
This commit is contained in:
@@ -324,6 +324,7 @@ struct lbProcedure {
|
||||
lbBlock * curr_block;
|
||||
lbTargetList * target_list;
|
||||
PtrMap<Entity *, lbValue> direct_parameters;
|
||||
bool in_multi_assignment;
|
||||
|
||||
Ast *curr_stmt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user