Skip to content

Commit 14c37c6

Browse files
qmfrederikjkotas
authored andcommitted
1 parent 3303a2b commit 14c37c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/coreclr/src/vm/arm64/asmhelpers.S

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ WRITE_BARRIER_END JIT_CheckedWriteBarrier
286286
//
287287
WRITE_BARRIER_ENTRY JIT_WriteBarrier
288288
dmb ST
289-
str x15, [x14], 8
289+
str x15, [x14]
290290

291291
// Branch to Exit if the reference is not in the Gen0 heap
292292
//
@@ -312,6 +312,7 @@ LOCAL_LABEL(UpdateCardTable):
312312
mov x12, 0xFF
313313
strb w12, [x15]
314314
LOCAL_LABEL(Exit):
315+
add x14, x14, 8
315316
ret lr
316317
WRITE_BARRIER_END JIT_WriteBarrier
317318

0 commit comments

Comments
 (0)