Skip to content

Commit

Permalink
[ARM64_DYNAREC] Fixed most CD xx opcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Sep 15, 2024
1 parent 9fa43f2 commit 9faa9f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dynarec/arm64/dynarec_arm64_00.c
Original file line number Diff line number Diff line change
Expand Up @@ -2438,6 +2438,7 @@ uintptr_t dynarec64_00(dynarec_arm_t* dyn, uintptr_t addr, uintptr_t ip, int nin
SETFLAGS(X_ALL, SF_SET_NODF); // Hack to set flags in "don't care" state
GETIP(ip); // priviledged instruction, IP not updated
STORE_XEMU_CALL(xRIP);
MOV32w(x1,u8);
CALL(native_int, -1);
LOAD_XEMU_CALL(xRIP);
jump_to_epilog(dyn, 0, xRIP, ninst);
Expand Down

0 comments on commit 9faa9f4

Please sign in to comment.