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:26:23 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-06-24 13:26:23 +0200
commit294a18e68036d5368f952028c4542939bd7c878e (patch)
tree2bfa0edb489e87caab93c627946f3cf6e61c5e20 /src
parent47edda2c1b679a259b65e702a2117c3873679109 (diff)
downloadbox64-294a18e68036d5368f952028c4542939bd7c878e.tar.gz
box64-294a18e68036d5368f952028c4542939bd7c878e.zip
[32BITS][ARM64_DYNAREC] Added 66 0F prefixed opcodes
Diffstat (limited to 'src')
-rwxr-xr-xsrc/dynarec/arm64/dynarec_arm64_660f.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dynarec/arm64/dynarec_arm64_660f.c b/src/dynarec/arm64/dynarec_arm64_660f.c
index 4e62d8c7..243bd288 100755
--- a/src/dynarec/arm64/dynarec_arm64_660f.c
+++ b/src/dynarec/arm64/dynarec_arm64_660f.c
@@ -52,11 +52,6 @@ uintptr_t dynarec64_660F(dynarec_arm_t* dyn, uintptr_t addr, uintptr_t ip, int n
     static const int8_t round_round[] = { 0, 2, 1, 3};

     #endif

 

-    if(rex.is32bits) {

-        DEFAULT;

-        return addr;

-    }

-

     switch(opcode) {

 

         case 0x10: