correct configure checks

This commit is contained in:
Stanislav Shwartsman 2004-04-11 13:14:54 +00:00
parent 654ad2db94
commit 6941b82357
2 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,8 @@
--enable-mmx \
--enable-fpu \
--enable-sse=2 \
--enable-pni \
--enable-3dnow \
--enable-x86-debugger \
--enable-cdrom \
--enable-sb16=linux \

View File

@ -781,7 +781,7 @@ typedef
#error SSE is only supported with CPU_LEVEL >= 6
#endif
#if (BX_SUPPORT_PNI && BX_SUPPORT_SSE <= 1)
#if (BX_SUPPORT_PNI && BX_SUPPORT_SSE <= 2)
#error "PNI cannot be compiled without SSE/SSE2 support"
#endif