mirror of
https://github.com/ptitSeb/box86.git
synced 2024-11-23 06:39:55 +00:00
[DYNAREC] Small change on flags to 66 0F 63 opcode
This commit is contained in:
parent
fb1dbb3821
commit
b044c19329
@ -804,7 +804,7 @@ uintptr_t dynarec660F(dynarec_arm_t* dyn, uintptr_t addr, uintptr_t ip, int nins
|
||||
|
||||
case 0x63:
|
||||
INST_NAME("PCMPISTRI Gx, Ex, Ib");
|
||||
SETFLAGS(X_OF|X_CF|X_AF|X_ZF|X_SF|X_PF, SF_SET_DF);
|
||||
SETFLAGS(X_ALL, SF_SET_DF);
|
||||
nextop = F8;
|
||||
GETG;
|
||||
if(!sse_reflect_reg(dyn, ninst, gd, x2)) {
|
||||
|
Loading…
Reference in New Issue
Block a user