mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12:00
PPU LLVM: don't use module name as PRX indicator
This commit is contained in:
parent
8a029159cd
commit
c89362f6a2
2 changed files with 3 additions and 3 deletions
|
@ -2561,7 +2561,7 @@ bool ppu_initialize(const ppu_module& info, bool check_only)
|
|||
usz fpos = 0;
|
||||
|
||||
// Difference between function name and current location
|
||||
const u32 reloc = info.name.empty() ? 0 : info.segs.at(0).addr;
|
||||
const u32 reloc = info.relocs.empty() ? 0 : info.segs.at(0).addr;
|
||||
|
||||
// Info sent to threads
|
||||
std::vector<std::pair<std::string, ppu_module>> workload;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue