]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Mon, 28 Oct 2019 23:12:42 +0000 (16:12 -0700)
committerOliver Kurth <okurth@vmware.com>
Mon, 28 Oct 2019 23:12:42 +0000 (16:12 -0700)
open-vm-tools/lib/include/x86cpuid.h

index e896378ff472d0e46dc95cbdf26c50ea1310bab7..b8d1a8c04bdbf803cb84dbb744934338127d3354 100644 (file)
@@ -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;
 
 /*