diff options
Diffstat (limited to 'gdb/common')
-rw-r--r-- | gdb/common/i386-xstate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/common/i386-xstate.h b/gdb/common/i386-xstate.h index 5e16015..ec40a0d 100644 --- a/gdb/common/i386-xstate.h +++ b/gdb/common/i386-xstate.h @@ -26,6 +26,7 @@ #define I386_XSTATE_AVX (1ULL << 2) /* Supported mask and size of the extended state. */ +#define I386_XSTATE_X87_MASK I386_XSTATE_X87 #define I386_XSTATE_SSE_MASK (I386_XSTATE_X87 | I386_XSTATE_SSE) #define I386_XSTATE_AVX_MASK (I386_XSTATE_SSE_MASK | I386_XSTATE_AVX) |