Core: Reset Memory Stack Pos In recompiler after running interpter code at non rdram location
This commit is contained in:
parent
f708e5c0b2
commit
a38467cc19
|
@ -280,6 +280,7 @@ void CRecompiler::RecompilerMain_Lookup_validate()
|
||||||
m_System.m_OpCodes.ExecuteOps(m_System.CountPerOp());
|
m_System.m_OpCodes.ExecuteOps(m_System.CountPerOp());
|
||||||
opsExecuted += m_System.CountPerOp();
|
opsExecuted += m_System.CountPerOp();
|
||||||
}
|
}
|
||||||
|
ResetMemoryStackPos();
|
||||||
|
|
||||||
if (g_SyncSystem)
|
if (g_SyncSystem)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue