mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 04:10:07 +00:00
Minor change to byval for readonly parameters
This commit is contained in:
@@ -325,6 +325,7 @@ struct lbProcedure {
|
||||
lbTargetList * target_list;
|
||||
PtrMap<Entity *, lbValue> direct_parameters;
|
||||
bool in_multi_assignment;
|
||||
Array<LLVMValueRef> raw_input_parameters;
|
||||
|
||||
Ast *curr_stmt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user