mirror of
https://github.com/ptitSeb/box86.git
synced 2024-12-02 20:17:20 +00:00
[DYNAREC] Fixed XADD 16bits opcode
This commit is contained in:
parent
a7ac9a0aa8
commit
b5203b97bb
@ -1562,7 +1562,7 @@ uintptr_t dynarec660F(dynarec_arm_t* dyn, uintptr_t addr, uintptr_t ip, int nins
|
||||
GETGW(x1);
|
||||
GETEW(x2);
|
||||
BFI((xEAX+((nextop&0x38)>>3)), x2, 0, 16); // GW <- EW
|
||||
emit_add16(dyn, ninst, x1, x2, x14, x3, 1);
|
||||
emit_add16(dyn, ninst, x2, x1, x14, x3, 1);
|
||||
EWBACK;
|
||||
break;
|
||||
case 0xC2:
|
||||
|
Loading…
Reference in New Issue
Block a user