Recompiler: Fix delay slot section with exceptions
This commit is contained in:
parent
f825b21de5
commit
f41cdf8989
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue