aboutsummaryrefslogtreecommitdiff
path: root/contrib/libcxxrt/unwind-arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libcxxrt/unwind-arm.h')
-rw-r--r--contrib/libcxxrt/unwind-arm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libcxxrt/unwind-arm.h b/contrib/libcxxrt/unwind-arm.h
index 6eb9d9e45981..ec81237e573b 100644
--- a/contrib/libcxxrt/unwind-arm.h
+++ b/contrib/libcxxrt/unwind-arm.h
@@ -97,7 +97,7 @@ struct _Unwind_Exception
} pr_cache;
/** Force alignment of next item to 8-byte boundary */
long long int :0;
-};
+} __attribute__((__aligned__(8)));
/* Unwinding functions */
_Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *ucbp);