]> 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>
Wed, 30 Oct 2019 18:18:22 +0000 (11:18 -0700)
committerOliver Kurth <okurth@vmware.com>
Wed, 30 Oct 2019 18:18:22 +0000 (11:18 -0700)
open-vm-tools/lib/include/backdoor_types.h

index 2e3bde21fdcaf403000d8e0252a8d2d01a6e8bde..066979fdd694e158f845e3bbe681f7f3863a0217 100644 (file)
@@ -39,9 +39,9 @@
 #ifndef _BACKDOOR_TYPES_H_
 #define _BACKDOOR_TYPES_H_
 
-#if !defined(__i386__) && !defined(__x86_64__) && \
-    !defined(_M_IX86) && !defined(_M_X64)
-#error The backdoor protocol is only supported on x86 architectures.
+
+#if !(defined __i386__ || defined __x86_64__  || defined __aarch64__ || defined _M_IX86  || defined _M_X64)
+#error The backdoor protocol is only supported on x86 and aarch64 architectures.
 #endif
 
 /*