SPU LLVM: Disable "special" branch patchpoints

This commit is contained in:
Nekotekina 2019-11-03 13:36:33 +03:00
parent 57d3c9e171
commit da135fbfcc
1 changed files with 1 additions and 1 deletions

View File

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