Skip to content

Commit

Permalink
[LoongArch64] Fix the error register in JIT_WriteBarrier. (#90568)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyXu-HF authored Aug 16, 2023
1 parent e3f0973 commit 55a9a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coreclr/vm/loongarch64/asmhelpers.S
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ WRITE_BARRIER_ENTRY JIT_WriteBarrier
ld.b $t0, $t4, 0
bne $t0, $zero, 1f //LOCAL_LABEL(CheckCardTable)

ori $t4, $zero, 0xFF
st.b $t4, $t4, 0
ori $t0, $zero, 0xFF
st.b $t0, $t4, 0
1:
//LOCAL_LABEL(CheckCardTable):
#endif
Expand Down

0 comments on commit 55a9a02

Please sign in to comment.