From: Oliver Kurth Date: Mon, 28 Oct 2019 23:12:41 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fdc4978fef2ca6681c3aa67798212eba58a3ef5;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/x86cpuid.h b/open-vm-tools/lib/include/x86cpuid.h index e896378ff..e27a45154 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -72,6 +72,7 @@ typedef struct CPUIDRegs { typedef union CPUIDRegsUnion { uint32 array[4]; CPUIDRegs regs; + uint64 force8byteAlign[2]; /* See CpuidInfoNodePtr on Apple Mac. */ } CPUIDRegsUnion; /*