Fix LLVM STW reservation update
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user