fix usage of [] operator on pointer values; fix incorrect interpretation of []s as assembly style derefs in chained cases

This commit is contained in:
Ryan Fleury
2025-05-17 13:05:07 -07:00
parent 5712c2ac07
commit 5cb2a7bbde
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -574,6 +574,7 @@ E_TYPE_ACCESS_FUNCTION_DEF(default)
// rjf: ops to compute the final address
new_tree = e_irtree_binary_op_u(arena, RDI_EvalOp_Add, offset_tree, base_tree);
mode = E_Mode_Offset;
}
}