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

Commit

Permalink
Port #5821 to Linux (#9347)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmfrederik authored and jkotas committed Feb 5, 2017
1 parent d5fe383 commit e01f1e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vm/arm64/asmhelpers.S
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ WRITE_BARRIER_END JIT_CheckedWriteBarrier
//
WRITE_BARRIER_ENTRY JIT_WriteBarrier
dmb ST
str x15, [x14], 8
str x15, [x14]

// Branch to Exit if the reference is not in the Gen0 heap
//
Expand All @@ -312,6 +312,7 @@ LOCAL_LABEL(UpdateCardTable):
mov x12, 0xFF
strb w12, [x15]
LOCAL_LABEL(Exit):
add x14, x14, 8
ret lr
WRITE_BARRIER_END JIT_WriteBarrier

Expand Down

0 comments on commit e01f1e1

Please sign in to comment.