Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit e01f1e1

Browse files
qmfrederikjkotas
authored andcommitted
Port #5821 to Linux (#9347)
1 parent d5fe383 commit e01f1e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)