pcsx2:debug: miss a break that lead to a mem leak

This commit is contained in:
Gregory Hainaut 2015-09-10 13:42:23 +02:00
parent 5c933a7faf
commit 5e8f899620
1 changed files with 1 additions and 0 deletions

View File

@ -643,6 +643,7 @@ void DisassemblyFunction::load()
macro = new DisassemblyMacro(cpu,opAddress);
macro->setMacroMemory("sh",immediate,rt,2);
funcPos += 4;
break;
case 0x2B: // sw
macro = new DisassemblyMacro(cpu,opAddress);
macro->setMacroMemory("sw",immediate,rt,4);