mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Debugger/SPU: Implement SPU Disassembler
This commit is contained in:
parent
7c898c3e4e
commit
d6acdc77e0
5 changed files with 189 additions and 12 deletions
|
|
@ -942,7 +942,7 @@ namespace utils
|
|||
{
|
||||
void* ptr = m_ptr;
|
||||
|
||||
if (!ptr)
|
||||
while (!ptr)
|
||||
{
|
||||
const auto mapped = this->map(nullptr, prot);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue