summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libunwind/include/unwind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/include/unwind.h b/libunwind/include/unwind.h
index fc7d122ab12..a1a84e9e700 100644
--- a/libunwind/include/unwind.h
+++ b/libunwind/include/unwind.h
@@ -100,7 +100,7 @@ struct _Unwind_Control_Block {
} pr_cache;
long long int :0; /* Enforce the 8-byte alignment */
-};
+} __attribute__((__aligned__));
typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn)
(_Unwind_State state,
OpenPOWER on IntegriCloud