mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-07 07:35:02 -06:00
SPU LLVM: Disable "special" branch patchpoints
This commit is contained in:
parent
57d3c9e171
commit
da135fbfcc
@ -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…
Reference in New Issue
Block a user