From: Katy Feng Date: Fri, 25 Aug 2023 18:58:47 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.3.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=106c96ed660c89262ba71d32becaf3137622160d;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_basic_asm.h b/open-vm-tools/lib/include/vm_basic_asm.h index 815b4356e..f56b132d4 100644 --- a/open-vm-tools/lib/include/vm_basic_asm.h +++ b/open-vm-tools/lib/include/vm_basic_asm.h @@ -75,7 +75,7 @@ #include "mul64.h" #endif -#if defined _M_ARM64EC +#if defined _M_ARM64EC || defined _M_ARM64 #include "vm_assert.h" #define MUL64_NO_ASM 1 #include "mul64.h"