mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 00:14:56 +00:00
Fix LLVM STW reservation update
This commit is contained in:
parent
5d3b0e7352
commit
3d8223fccc
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue