aboutsummaryrefslogtreecommitdiff
path: root/src/ARMJIT_RegCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARMJIT_RegCache.h')
-rw-r--r--src/ARMJIT_RegCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ARMJIT_RegCache.h b/src/ARMJIT_RegCache.h
index ea9fb30..556d27b 100644
--- a/src/ARMJIT_RegCache.h
+++ b/src/ARMJIT_RegCache.h
@@ -114,7 +114,7 @@ public:
for (int reg : needToBeLoaded)
LoadRegister(reg);
}
- DirtyRegs |= Instr.Info.DstRegs;
+ DirtyRegs |= Instr.Info.DstRegs & ~(1 << 15);
}
static const Reg NativeRegAllocOrder[];