summaryrefslogtreecommitdiff
path: root/gnu-efi/inc/aarch64/efisetjmp_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-efi/inc/aarch64/efisetjmp_arch.h')
-rw-r--r--gnu-efi/inc/aarch64/efisetjmp_arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu-efi/inc/aarch64/efisetjmp_arch.h b/gnu-efi/inc/aarch64/efisetjmp_arch.h
index 8dbce078..ecedc406 100644
--- a/gnu-efi/inc/aarch64/efisetjmp_arch.h
+++ b/gnu-efi/inc/aarch64/efisetjmp_arch.h
@@ -28,6 +28,6 @@ typedef struct {
UINT64 D13;
UINT64 D14;
UINT64 D15;
-} ALIGN(JMPBUF_ALIGN) jmp_buf[1];
+} __attribute__((__aligned__(JMPBUF_ALIGN))) jmp_buf[1];
#endif /* GNU_EFI_AARCH64_SETJMP_H */