diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-06-24 13:26:23 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-06-24 13:26:23 +0200 |
| commit | 294a18e68036d5368f952028c4542939bd7c878e (patch) | |
| tree | 2bfa0edb489e87caab93c627946f3cf6e61c5e20 /src | |
| parent | 47edda2c1b679a259b65e702a2117c3873679109 (diff) | |
| download | box64-294a18e68036d5368f952028c4542939bd7c878e.tar.gz box64-294a18e68036d5368f952028c4542939bd7c878e.zip | |
[32BITS][ARM64_DYNAREC] Added 66 0F prefixed opcodes
Diffstat (limited to 'src')
| -rwxr-xr-x | src/dynarec/arm64/dynarec_arm64_660f.c | 5 |
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: |