summaryrefslogtreecommitdiff
path: root/payloads/libpayload/include/mips/arch/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/libpayload/include/mips/arch/exception.h')
-rw-r--r--payloads/libpayload/include/mips/arch/exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/include/mips/arch/exception.h b/payloads/libpayload/include/mips/arch/exception.h
index 6af5f8e793..27f0b6417b 100644
--- a/payloads/libpayload/include/mips/arch/exception.h
+++ b/payloads/libpayload/include/mips/arch/exception.h
@@ -70,7 +70,7 @@ struct exception_state_t {
u32 ra;
} regs;
u32 vector;
-} __attribute__((packed));
+} __packed;
extern struct exception_state_t *exception_state_ptr;
extern u32 *exception_stack_end;