mirror of
https://github.com/ptitSeb/box64.git
synced 2025-05-09 00:21:32 +08:00
[ARM64_DYNAREC] Fixed 66 98 opcode
This commit is contained in:
parent
4474af2a9a
commit
24c8af0363
@ -632,7 +632,7 @@ uintptr_t dynarec64_66(dynarec_arm_t* dyn, uintptr_t addr, uintptr_t ip, int nin
|
||||
case 0x98:
|
||||
INST_NAME("CBW");
|
||||
SXTBw(x1, xRAX);
|
||||
BFIw(xRAX, x1, 0, 16);
|
||||
BFIx(xRAX, x1, 0, 16);
|
||||
break;
|
||||
|
||||
case 0x9C:
|
||||
|
Loading…
x
Reference in New Issue
Block a user