add prepareSSE for SSE2 only. SSE2 only not allowed by configure script but for debug issues it may be useful to enable SSE2 only ...

This commit is contained in:
Stanislav Shwartsman 2002-10-19 21:01:24 +00:00
parent 6cd078b777
commit 82c879717c

View File

@ -24,7 +24,7 @@
#include "bochs.h"
#define LOG_THIS BX_CPU_THIS_PTR
#if BX_SUPPORT_SSE
#if BX_SUPPORT_SSE || BX_SUPPORT_SSE2
void BX_CPU_C::prepareSSE(void)
{