Fix Ctrl+N
This commit is contained in:
parent
c77b899840
commit
e0b350358e
|
@ -1226,7 +1226,7 @@ void CPUDisassembly::findNamesSlot()
|
|||
if(!base)
|
||||
return;
|
||||
|
||||
DbgCmdExec(QString("symfollow %1").arg(base));
|
||||
DbgCmdExec(QString("symfollow %1").arg(ToPtrString(base)));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue