Debugger/SPU: Implement SPU Disassembler

This commit is contained in:
Elad Ashkenazi 2024-08-17 13:24:29 +03:00 committed by Elad
parent 7c898c3e4e
commit d6acdc77e0
5 changed files with 189 additions and 12 deletions

View file

@ -942,7 +942,7 @@ namespace utils
{
void* ptr = m_ptr;
if (!ptr)
while (!ptr)
{
const auto mapped = this->map(nullptr, prot);