Core: Fixed recompiler memory overrun for m_TestTimer

This commit is contained in:
aglab2 2025-05-16 09:45:28 +08:00
parent 38ab65cf2b
commit a8df1878b9
1 changed files with 1 additions and 1 deletions

View File

@ -10202,7 +10202,7 @@ void CX86RecompilerOps::OverflowDelaySlot(bool TestTimer)
if (TestTimer)
{
MoveConstToVariable(TestTimer, &R4300iOp::m_TestTimer, "R4300iOp::m_TestTimer");
MoveConstByteToVariable(TestTimer, &R4300iOp::m_TestTimer, "R4300iOp::m_TestTimer");
}
PushImm32("g_System->CountPerOp()", g_System->CountPerOp());