summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/amd64/stand/efi/include/i386/efibind.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/efi/include/i386/efibind.h b/sys/arch/amd64/stand/efi/include/i386/efibind.h
index c477816170f..3ebdf105a33 100644
--- a/sys/arch/amd64/stand/efi/include/i386/efibind.h
+++ b/sys/arch/amd64/stand/efi/include/i386/efibind.h
@@ -88,8 +88,8 @@ Revision History
#ifndef ACPI_THREAD_ID /* ACPI's definitions are fine, use those */
#define ACPI_USE_SYSTEM_INTTYPES 1 /* Tell ACPI we've defined types */
-typedef uint64_t UINT64;
-typedef int64_t INT64;
+typedef uint64_t UINT64 __attribute__((__aligned__(8)));
+typedef int64_t INT64 __attribute__((__aligned__(8)));
#ifndef _BASETSD_H_
typedef uint32_t UINT32;