mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
SPU LLVM: Disable "special" branch patchpoints
This commit is contained in:
parent
57d3c9e171
commit
da135fbfcc
1 changed files with 1 additions and 1 deletions
|
@ -4654,7 +4654,7 @@ public:
|
|||
|
||||
if (found == m_functions.end())
|
||||
{
|
||||
if (g_cfg.core.spu_verification)
|
||||
if (false && g_cfg.core.spu_verification)
|
||||
{
|
||||
const std::string ppname = fmt::format("%s-chunkpp-0x%05x", m_hash, i);
|
||||
m_engine->addGlobalMapping(ppname, (u64)m_spurt->make_branch_patchpoint(i / 4));
|
||||
|
|
Loading…
Add table
Reference in a new issue