mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
PPU Precompilation Fixup
This commit is contained in:
parent
343ba8733b
commit
ee869a49f4
3 changed files with 11 additions and 3 deletions
|
@ -532,6 +532,11 @@ namespace ppu_patterns
|
|||
|
||||
bool ppu_module::analyse(u32 lib_toc, u32 entry, const u32 sec_end, const std::basic_string<u32>& applied, std::function<bool()> check_aborted)
|
||||
{
|
||||
if (segs.empty())
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
// Assume first segment is executable
|
||||
const u32 start = segs[0].addr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue