From: Kruti Pendharkar Date: Tue, 24 Jun 2025 16:26:22 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-13.1.0~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a5231353c4abfefc6dd70afdc74cb6cd5bde8df;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 62a496267..24d7006b2 100644 --- a/open-vm-tools/lib/include/vm_basic_asm.h +++ b/open-vm-tools/lib/include/vm_basic_asm.h @@ -80,12 +80,6 @@ #include "mul64.h" #endif -#if defined _M_ARM64EC || defined _M_ARM64 -#include "vm_assert.h" -#define MUL64_NO_ASM 1 -#include "mul64.h" -#endif - #if defined __cplusplus extern "C" { #endif