From: Oliver Kurth Date: Mon, 28 Oct 2019 23:12:42 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96d274ee7bf73b1b75b20db1a42aa2cfd53c4762;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..b8d1a8c04 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 (needed on Apple Mac). */ } CPUIDRegsUnion; /*