1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2025-01-31 20:41:45 +01:00

Fix LLVM STW reservation update

This commit is contained in:
isJuhn 2018-07-02 02:47:37 +02:00 committed by Ivan
parent 5d3b0e7352
commit 3d8223fccc

View File

@ -3416,7 +3416,7 @@ void PPUTranslator::STW(ppu_opcode_t op)
{
if (ci->getZExtValue() == 0xAAAAAAAA)
{
Call(GetType<void>(), "__resupdate", m_thread, addr, m_ir->getInt32(128));
Call(GetType<void>(), "__resupdate", addr, m_ir->getInt32(128));
}
}
}