mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00: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
|
// rjf: ops to compute the final address
|
||||||
new_tree = e_irtree_binary_op_u(arena, RDI_EvalOp_Add, offset_tree, base_tree);
|
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