mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-19 02:48:49 +00:00
Fixed x-refs to Address (#495)
This commit is contained in:
parent
24941611fe
commit
8ac598f992
@ -1418,7 +1418,7 @@ QList<XrefDescription> CutterCore::getXRefs(RVA addr, bool to, bool whole_functi
|
||||
continue;
|
||||
|
||||
xref.from = xrefObject["from"].toVariant().toULongLong();
|
||||
xref.from_str = Core()->cmd("fd " + xrefObject["from"].toString()).trimmed();
|
||||
xref.from_str = Core()->cmd("fd " + QString::number(xrefObject["from"].toInt())).trimmed();
|
||||
|
||||
if (!whole_function && !to && xref.from != addr)
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user