Make sure R0 is 0 in Interpreter
This commit is contained in:
parent
def0550ded
commit
4b7fafbded
|
@ -313,6 +313,7 @@ void CInterpreterCPU::ExecuteCPU()
|
|||
} */
|
||||
|
||||
m_R4300i_Opcode[Opcode.op]();
|
||||
_GPR[0].DW = 0; /* MIPS $zero hard-wired to 0 */
|
||||
NextTimer -= CountPerOp;
|
||||
|
||||
if (CDebugSettings::bHaveDebugger()) { g_Debugger->CPUStep(); }
|
||||
|
|
Loading…
Reference in New Issue