summaryrefslogtreecommitdiff
path: root/lib/hwasan
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hwasan')
-rw-r--r--lib/hwasan/hwasan_tag_mismatch_aarch64.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/hwasan/hwasan_tag_mismatch_aarch64.S b/lib/hwasan/hwasan_tag_mismatch_aarch64.S
index dfbd0538b..92f627480 100644
--- a/lib/hwasan/hwasan_tag_mismatch_aarch64.S
+++ b/lib/hwasan/hwasan_tag_mismatch_aarch64.S
@@ -68,9 +68,9 @@ __hwasan_tag_mismatch:
// __hwasan_tag_mismatch. The frame pointer is already correctly setup
// by __hwasan_check_*.
add x29, sp, #232
- CFI_DEF_CFA(w29, 16)
- CFI_OFFSET(w30, -8)
- CFI_OFFSET(w29, -16)
+ CFI_DEF_CFA(w29, 24)
+ CFI_OFFSET(w30, -16)
+ CFI_OFFSET(w29, -24)
// Save the rest of the registers into the preallocated space left by
// __hwasan_check.