mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 17:58:37 +12:00
SPU LLVM: Fill space between functions using targets (Precompilation)
* Revert "PPU Analyzer: Revert TRAP detection change"
This commit is contained in:
parent
11006dac35
commit
ea57984912
3 changed files with 71 additions and 42 deletions
|
@ -1397,7 +1397,7 @@ bool ppu_module::analyse(u32 lib_toc, u32 entry, const u32 sec_end, const std::b
|
|||
}
|
||||
else if (type & ppu_itype::trap)
|
||||
{
|
||||
if (op.opcode != ppu_instructions::TRAP())
|
||||
if (op.bo != 31)
|
||||
{
|
||||
add_block(_ptr.addr());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue