X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..89b3af67bb32e691275bf6fa803d1834b2284115:/osfmk/mach/host_info.h diff --git a/osfmk/mach/host_info.h b/osfmk/mach/host_info.h index 9cd243a21..ce5d9b64d 100644 --- a/osfmk/mach/host_info.h +++ b/osfmk/mach/host_info.h @@ -114,9 +114,7 @@ typedef struct host_basic_info_old *host_basic_info_old_t; (sizeof(host_basic_info_data_old_t)/sizeof(integer_t))) #endif -#if __DARWIN_ALIGN_POWER -#pragma options align=power -#endif +#pragma pack(4) struct host_basic_info { integer_t max_cpus; /* max number of CPUs possible */ @@ -132,9 +130,7 @@ struct host_basic_info { uint64_t max_mem; /* actual size of physical memory */ }; -#if __DARWIN_ALIGN_POWER -#pragma options align=reset -#endif +#pragma pack() typedef struct host_basic_info host_basic_info_data_t; typedef struct host_basic_info *host_basic_info_t;