Recompiler: Ignore on target -1
This commit is contained in:
parent
044c669f24
commit
d7a692a943
|
@ -1319,7 +1319,7 @@ bool CCodeSection::GenerateX86Code ( DWORD Test )
|
||||||
|
|
||||||
if (m_DelaySlot)
|
if (m_DelaySlot)
|
||||||
{
|
{
|
||||||
if ((CompilePC() & 0xFFC) != 0xFFC)
|
if ((CompilePC() & 0xFFC) != 0xFFC && m_Jump.JumpPC != (DWORD)-1)
|
||||||
{
|
{
|
||||||
m_CompilePC = m_Jump.JumpPC;
|
m_CompilePC = m_Jump.JumpPC;
|
||||||
m_Jump.RegSet = m_RegWorkingSet;
|
m_Jump.RegSet = m_RegWorkingSet;
|
||||||
|
|
Loading…
Reference in New Issue