summaryrefslogtreecommitdiffstats
path: root/runtime/arch/arm64
diff options
context:
space:
mode:
authorMan Cao <manc@google.com>2015-08-21 15:51:39 -0700
committerMan Cao <manc@google.com>2015-08-21 15:51:39 -0700
commit6306921722283d2b0f8aac01883ad83215d6e864 (patch)
treeecd9e47d2095d0b0b518b7c4efc1bd25a527e9e0 /runtime/arch/arm64
parent879775bba4903a4d066df3ebeac5cd4faf7da3e4 (diff)
downloadart-6306921722283d2b0f8aac01883ad83215d6e864.tar.gz
art-6306921722283d2b0f8aac01883ad83215d6e864.tar.bz2
art-6306921722283d2b0f8aac01883ad83215d6e864.zip
Add a missing reader barrier in entrypoint stub
Also refactored some comments. Change-Id: I5c50f487bf9d71f1be5f6c8814bf039993fc1267
Diffstat (limited to 'runtime/arch/arm64')
-rw-r--r--runtime/arch/arm64/quick_entrypoints_arm64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arch/arm64/quick_entrypoints_arm64.S b/runtime/arch/arm64/quick_entrypoints_arm64.S
index 8ba3d4392d..bfef0fa74a 100644
--- a/runtime/arch/arm64/quick_entrypoints_arm64.S
+++ b/runtime/arch/arm64/quick_entrypoints_arm64.S
@@ -1146,7 +1146,7 @@ END art_quick_check_cast
.cfi_rel_offset x4, 32
.cfi_rel_offset x30, 40
- // mov x0, x0 // pass ref in x0 (no-op for now since parameter ref is unused)
+ // mov x0, \xRef // pass ref in x0 (no-op for now since parameter ref is unused)
.ifnc \xObj, x1
mov x1, \xObj // pass xObj
.endif