Minor change to byval for readonly parameters

This commit is contained in:
gingerBill
2023-02-03 15:07:44 +00:00
parent d26110da7f
commit de0a3e0ab9
4 changed files with 56 additions and 5 deletions
+1
View File
@@ -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;