mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
Fix #71
This commit is contained in:
parent
c73d9a0678
commit
df59a96094
@ -2024,7 +2024,7 @@ restart:
|
|||||||
|
|
||||||
void DisassemblerGraphView::xrefSlot()
|
void DisassemblerGraphView::xrefSlot()
|
||||||
{
|
{
|
||||||
RVA addr = highlight_token->addr;
|
RVA addr = this->get_cursor_pos();
|
||||||
XrefsDialog *dialog = new XrefsDialog(this);
|
XrefsDialog *dialog = new XrefsDialog(this);
|
||||||
dialog->fillRefsForAddress(addr, RAddressString(addr), false);
|
dialog->fillRefsForAddress(addr, RAddressString(addr), false);
|
||||||
dialog->exec();
|
dialog->exec();
|
||||||
|
Loading…
Reference in New Issue
Block a user