mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
PPU LLVM: Fix compilation of PRX with no relocations
This commit is contained in:
parent
a1a0333e56
commit
86b7078464
4 changed files with 6 additions and 4 deletions
|
|
@ -1951,6 +1951,7 @@ shared_ptr<lv2_prx> ppu_load_prx(const ppu_prx_object& elf, bool virtual_load, c
|
|||
}
|
||||
|
||||
prx->applied_patches = applied;
|
||||
prx->is_relocatable = true;
|
||||
prx->analyse(toc, 0, end, applied, exported_funcs);
|
||||
|
||||
if (!ar && !virtual_load)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue