mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-23 04:04:59 -07:00
fix array-indexing in type evaluation mode
This commit is contained in:
+4
-1
@@ -574,7 +574,10 @@ 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;
|
||||
if(mode != E_Mode_Null)
|
||||
{
|
||||
mode = E_Mode_Offset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user