From: Oliver Kurth Date: Wed, 30 Oct 2019 18:18:22 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed4f9036ba3d03c068e2e05b97b26b97c9671afd;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/backdoor_types.h b/open-vm-tools/lib/include/backdoor_types.h index 2e3bde21f..066979fdd 100644 --- a/open-vm-tools/lib/include/backdoor_types.h +++ b/open-vm-tools/lib/include/backdoor_types.h @@ -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 /*