Core: Reset Memory Stack Pos In recompiler after running interpter code at non rdram location

This commit is contained in:
zilmar 2024-10-17 18:40:37 +10:30
parent f708e5c0b2
commit a38467cc19
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ void CRecompiler::RecompilerMain_Lookup_validate()
m_System.m_OpCodes.ExecuteOps(m_System.CountPerOp());
opsExecuted += m_System.CountPerOp();
}
ResetMemoryStackPos();
if (g_SyncSystem)
{