mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-27 18:00:05 +00:00
Use direct parameter value in lb_find_ident when possible
This commit is contained in:
@@ -298,6 +298,7 @@ struct lbProcedure {
|
||||
lbBlock * entry_block;
|
||||
lbBlock * curr_block;
|
||||
lbTargetList * target_list;
|
||||
PtrMap<Entity *, lbValue> direct_parameters;
|
||||
|
||||
Ast *curr_stmt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user