diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/tm-cygwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/tm-cygwin.h b/gdb/config/i386/tm-cygwin.h index f30c432..935966d 100644 --- a/gdb/config/i386/tm-cygwin.h +++ b/gdb/config/i386/tm-cygwin.h @@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. */ /* Use SSE registers if winnt.h contains information about them. */ -#ifdef HAVE_CONTEXT_EXTENDED_REGISTERS +#ifdef CONTEXT_EXTENDED_REGISTERS #define HAVE_SSE_REGS #else #undef HAVE_SSE_REGS |