Skip to content

Commit

Permalink
[ARM64_DYNAREC] Fixed a regression in LOCK XADD opcode (#2394)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksco authored Feb 20, 2025
1 parent a252e87 commit a4908f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dynarec/arm64/dynarec_arm64_f0.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,7 @@ uintptr_t dynarec64_F0(dynarec_arm_t* dyn, uintptr_t addr, uintptr_t ip, int nin
UFLAG_IF {
B_MARK2_nocond;
} else {
if(!arm64_atomics) MOVxw_REG(gd, x1);
B_NEXT_nocond;
}
MARK;
Expand Down

0 comments on commit a4908f1

Please sign in to comment.