aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/include/x86/arch/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/libpayload/include/x86/arch/exception.h')
-rw-r--r--payloads/libpayload/include/x86/arch/exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/include/x86/arch/exception.h b/payloads/libpayload/include/x86/arch/exception.h
index fe222aa4f2..8acdb09552 100644
--- a/payloads/libpayload/include/x86/arch/exception.h
+++ b/payloads/libpayload/include/x86/arch/exception.h
@@ -58,7 +58,7 @@ struct exception_state
} regs;
u32 error_code;
u32 vector;
-} __attribute__((packed));
+} __packed;
extern struct exception_state *exception_state;
extern u32 exception_stack[];