]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKruti Pendharkar <kp025370@broadcom.com>
Tue, 24 Jun 2025 16:26:22 +0000 (09:26 -0700)
committerKruti Pendharkar <kp025370@broadcom.com>
Tue, 24 Jun 2025 16:26:22 +0000 (09:26 -0700)
open-vm-tools/lib/include/vm_basic_asm.h

index 62a496267769bd117df5cf90cc9f9b115f8c475b..24d7006b2d8561221262f53d4e61ee2572a1d760 100644 (file)
    #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