about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-06-24 13:18:51 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-06-24 13:18:51 +0200
commitebe758f7413d36d6c6786d48b9dd5a125da16ee0 (patch)
tree7ae60efd2a5c0c649153d58a585978018a0ce1d8 /src
parent2f42eb02d444b770a44d1720d6f9726b0159eaa7 (diff)
downloadbox64-ebe758f7413d36d6c6786d48b9dd5a125da16ee0.tar.gz
box64-ebe758f7413d36d6c6786d48b9dd5a125da16ee0.zip
[32BITS][ARM64_DYNAREC] Added 66 F0 prefixed opcodes
Diffstat (limited to 'src')
-rw-r--r--src/dynarec/arm64/dynarec_arm64_66f0.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dynarec/arm64/dynarec_arm64_66f0.c b/src/dynarec/arm64/dynarec_arm64_66f0.c
index 9d86be29..3002042a 100644
--- a/src/dynarec/arm64/dynarec_arm64_66f0.c
+++ b/src/dynarec/arm64/dynarec_arm64_66f0.c
@@ -41,11 +41,6 @@ uintptr_t dynarec64_66F0(dynarec_arm_t* dyn, uintptr_t addr, uintptr_t ip, int n
     MAYUSE(wb2);
     MAYUSE(j64);
 
-    if(rex.is32bits) {
-        DEFAULT;
-        return addr;
-    }
-
     while((opcode==0xF2) || (opcode==0xF3)) {
         rep = opcode-0xF1;
         opcode = F8;