diff options
| author | Yang Liu <numbksco@gmail.com> | 2023-05-11 14:08:00 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-11 08:08:00 +0200 |
| commit | 6e7bacb3c3c14bb88068c38c62c66ef5d2fa4e23 (patch) | |
| tree | 4fed8fb8cbe06af8f075bbae259ab654057e4988 /src | |
| parent | 91f7078953eb0e80d7684474179c480e98272689 (diff) | |
| download | box64-6e7bacb3c3c14bb88068c38c62c66ef5d2fa4e23.tar.gz box64-6e7bacb3c3c14bb88068c38c62c66ef5d2fa4e23.zip | |
[ARM64_DYNAREC] Remove redundant code (#777)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/dynarec/arm64/dynarec_arm64_0f.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dynarec/arm64/dynarec_arm64_0f.c b/src/dynarec/arm64/dynarec_arm64_0f.c index 4272e743..e7822b38 100755 --- a/src/dynarec/arm64/dynarec_arm64_0f.c +++ b/src/dynarec/arm64/dynarec_arm64_0f.c @@ -747,7 +747,6 @@ uintptr_t dynarec64_0F(dynarec_arm_t* dyn, uintptr_t addr, uintptr_t ip, int nin FMOVSw(v0, ed); } } else { - v0 = mmx_get_reg_empty(dyn, ninst, x1, x2, x3, gd); addr = geted(dyn, addr, ninst, nextop, &ed, x1, &fixedaddress, &unscaled, 0xfff<<(2+rex.w), (1<<(2+rex.w))-1, rex, NULL, 0, 0); if(rex.w) { VLD64(v0, ed, fixedaddress); |