mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-01 03:40:02 +00:00
fix usage of [] operator on pointer values; fix incorrect interpretation of []s as assembly style derefs in chained cases
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user