1
0
Fork 0

Fix Ctrl+N

This commit is contained in:
Duncan Ogilvie 2022-01-03 03:58:34 +01:00
parent c77b899840
commit e0b350358e
1 changed files with 1 additions and 1 deletions

View File

@ -1226,7 +1226,7 @@ void CPUDisassembly::findNamesSlot()
if(!base)
return;
DbgCmdExec(QString("symfollow %1").arg(base));
DbgCmdExec(QString("symfollow %1").arg(ToPtrString(base)));
}
}