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 | 99ba750f7669a74c82e4fb8947a8e5f316dd447e (patch) | |
tree | f633477cdeb8ef99cdaec69a264de28808fbadca /gdb/win32-nat.c | |
parent | 7db9ad51e3ef3e9af39b6fe30cb5d70ddfc24255 (diff) | |
download | gdb-99ba750f7669a74c82e4fb8947a8e5f316dd447e.tar.gz |
* win32-nat.c (mappings): Remove HAVE_SSE conditional.
Diffstat (limited to 'gdb/win32-nat.c')
-rw-r--r-- | gdb/win32-nat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index f0d87efe24f..0fed828d3de 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-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 |