From: Katy Feng Date: Thu, 5 Oct 2023 17:35:25 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.4.0~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6267410529bdc7ba4c4e89293232d72f7d824641;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"