Skip to content

Commit

Permalink
[ARM664_DYNAREC] Fixed a potential issue with RIP synchronizing on BO…
Browse files Browse the repository at this point in the history
…X64_DYNAREC_TEST
  • Loading branch information
ptitSeb committed Mar 27, 2023
1 parent 8cf0232 commit 613cbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynarec/arm64/dynarec_arm64_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ int Table64(dynarec_arm_t *dyn, uint64_t val); // add a value to etable64 (if n
void CreateJmpNext(void* addr, void* next);

#define GO_TRACE(A, B) \
GETIP_(addr); \
GETIP(addr); \
MOVx_REG(x1, xRIP); \
STORE_XEMU_CALL(xRIP); \
MOV32w(x2, B); \
Expand Down

0 comments on commit 613cbb8

Please sign in to comment.