Skip to content

Commit

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

#define GO_TRACE(A, B) \
GETIP_(ip); \
GETIP(addr); \
MV(A1, xRIP); \
STORE_XEMU_CALL(); \
MOV64x(A2, B); \
Expand Down

0 comments on commit 8e9bdf4

Please sign in to comment.