* win32-nat.c (mappings): Remove HAVE_SSE conditional.

This commit is contained in:
Christopher Faylor
2003-09-20 02:38:39 +00:00
parent 99f24a0cc6
commit f4f99b11c4
4 changed files with 41 additions and 4 deletions

View File

@@ -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