mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12: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 (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);
|
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));
|
m_engine->addGlobalMapping(ppname, (u64)m_spurt->make_branch_patchpoint(i / 4));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue