Merge pull request #12470 from JosJuice/jitarm64-low-dcbz-for-real

JitArm64: Don't fall back to interpreter on low DCBZ hack
This commit is contained in:
Admiral H. Curtiss 2024-01-01 23:16:30 +01:00 committed by GitHub
commit fd1a261e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -939,7 +939,6 @@ void JitArm64::dcbz(UGeckoInstruction inst)
{ {
INSTRUCTION_START INSTRUCTION_START
JITDISABLE(bJITLoadStoreOff); JITDISABLE(bJITLoadStoreOff);
FALLBACK_IF(m_low_dcbz_hack);
int a = inst.RA, b = inst.RB; int a = inst.RA, b = inst.RB;