SPU LLVM: Fill space between functions using targets (Precompilation)

* Revert "PPU Analyzer: Revert TRAP detection change"
This commit is contained in:
Elad Ashkenazi 2023-09-02 15:56:34 +03:00 committed by GitHub
parent 11006dac35
commit ea57984912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 71 additions and 42 deletions

View file

@ -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());
}