Recompiler: Fix delay slot section with exceptions

This commit is contained in:
zilmar 2013-03-22 16:45:32 +11:00
parent f825b21de5
commit f41cdf8989
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@ bool CCodeSection::GenerateX86Code ( DWORD Test )
m_CompiledLocation = m_RecompPos;
m_RegWorkingSet = m_RegEnter;
m_CompilePC = m_EnterPC;
m_NextInstruction = NORMAL;
m_NextInstruction = m_DelaySlot ? JUMP : NORMAL;
m_Section = this;
if (m_CompilePC < m_BlockInfo->VAddrFirst())