Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/coreclr@e01f1e1
  • Loading branch information
qmfrederik authored and jkotas committed Feb 5, 2017
1 parent 3303a2b commit 14c37c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/coreclr/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 14c37c6

Please sign in to comment.