summaryrefslogtreecommitdiff
path: root/payloads/libpayload/include/arm/arch/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/libpayload/include/arm/arch/exception.h')
-rw-r--r--payloads/libpayload/include/arm/arch/exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/include/arm/arch/exception.h b/payloads/libpayload/include/arm/arch/exception.h
index fbbce5ed3d..9a631e4614 100644
--- a/payloads/libpayload/include/arm/arch/exception.h
+++ b/payloads/libpayload/include/arm/arch/exception.h
@@ -39,7 +39,7 @@ struct exception_state
{
u32 regs[16];
u32 cpsr;
-} __attribute__((packed));
+} __packed;
extern struct exception_state exception_state;
extern u32 exception_stack[];