mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-12 16:19:44 -06:00
Revert enabling PPU jump elider
This commit is contained in:
parent
0d80e300a0
commit
ac30feeddb
@ -553,7 +553,9 @@ void PPUTranslator::CallFunction(u64 target, Value* indirect)
|
||||
std::unordered_set<u32> passed_targets{target_last};
|
||||
|
||||
// Try to follow unconditional branches as long as there is no infinite loop
|
||||
while (true)
|
||||
// !! Triggers compilation issues in Asura's Wrath in other parts of the code
|
||||
// !! See https://github.com/RPCS3/rpcs3/issues/18287
|
||||
while (false)
|
||||
{
|
||||
const ppu_opcode_t op{*ensure(m_info.get_ptr<u32>(target_last))};
|
||||
const ppu_itype::type itype = g_ppu_itype.decode(op.opcode);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user