diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2003-09-20 02:38:39 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2003-09-20 02:38:39 +0000 |
commit | f4f99b11c4d67717803e4dc62e1d522c8ce9c898 (patch) | |
tree | 81244048099954e700202ed1f9ff9d18f00ebac6 /gdb/windows-nat.c | |
parent | 99f24a0cc61dec97da71c8f45c7c35a68a9c66a6 (diff) | |
download | gdb-f4f99b11c4d67717803e4dc62e1d522c8ce9c898.zip gdb-f4f99b11c4d67717803e4dc62e1d522c8ce9c898.tar.gz gdb-f4f99b11c4d67717803e4dc62e1d522c8ce9c898.tar.bz2 |
* win32-nat.c (mappings): Remove HAVE_SSE conditional.
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r-- | gdb/windows-nat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index f0d87ef..0fed828 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -182,7 +182,6 @@ static const int mappings[] = context_offset (FloatSave.DataSelector), context_offset (FloatSave.DataOffset), context_offset (FloatSave.ErrorSelector) -#ifdef HAVE_SSE_REGS /* XMM0-7 */ , context_offset (ExtendedRegisters[10*16]), context_offset (ExtendedRegisters[11*16]), @@ -194,7 +193,6 @@ static const int mappings[] = context_offset (ExtendedRegisters[17*16]), /* MXCSR */ context_offset (ExtendedRegisters[24]) -#endif }; #undef context_offset |