disambiguate rip identifier in disasm base address calculation

This commit is contained in:
Ryan Fleury
2025-10-07 11:45:09 -07:00
parent 2acf77ad9e
commit 0f0e36d40b
+1 -1
View File
@@ -2381,7 +2381,7 @@ RD_VIEW_UI_FUNCTION_DEF(disasm)
{
auto_selected = 1;
auto_space = rd_eval_space_from_ctrl_entity(ctrl_entity_from_handle(&d_state->ctrl_entity_store->ctx, rd_regs()->process), RD_EvalSpaceKind_CtrlEntity);
eval = e_eval_from_stringf("(rip.u64 & (~(0x4000 - 1)))");
eval = e_eval_from_stringf("(reg:rip.u64 & (~(0x4000 - 1)))");
}
}