X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/378393581903b274cb7a4d18e0d978071a6b592d..0c530ab8987f0ae6a1a3d9284f40182b88852816:/osfmk/mach/host_info.h diff --git a/osfmk/mach/host_info.h b/osfmk/mach/host_info.h index 565a56e24..eb5367490 100644 --- a/osfmk/mach/host_info.h +++ b/osfmk/mach/host_info.h @@ -108,9 +108,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 */ @@ -126,9 +124,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;