Skip to content

Commit

Permalink
[ARM64_DYNAREC] Fixed 66 99 opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Oct 9, 2023
1 parent d8765f8 commit b9ea498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynarec/arm64/dynarec_arm64_66.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ uintptr_t dynarec64_66(dynarec_arm_t* dyn, uintptr_t addr, uintptr_t ip, int nin
case 0x99:
INST_NAME("CWD");
SXTHw(x1, xRAX);
BFIx(xRAX, x1, 0, 16);
BFXILx(xRDX, x1, 16, 16);
break;
case 0x9C:
INST_NAME("PUSHF");
Expand Down

0 comments on commit b9ea498

Please sign in to comment.