From: Kruti Date: Mon, 15 Jul 2024 09:56:38 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.5.0~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ab40432f52747946fe007bf2bd2afc60875ee0a;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/x86_basic_defs.h b/open-vm-tools/lib/include/x86_basic_defs.h index c9693a768..48fc7ea33 100644 --- a/open-vm-tools/lib/include/x86_basic_defs.h +++ b/open-vm-tools/lib/include/x86_basic_defs.h @@ -195,6 +195,8 @@ /* * exception error codes */ +#define EXC_VEC_MIN 0 +#define EXC_VEC_MAX 31 #define EXC_DE 0 #define EXC_DB 1