fixed diagnostic message

This commit is contained in:
Stanislav Shwartsman 2014-10-15 05:15:58 +00:00
parent 3393a17c8f
commit 206c19116d

View File

@ -674,7 +674,7 @@ typedef
#endif #endif
#if BX_SUPPORT_VMX >= 2 && BX_SUPPORT_X86_64 == 0 #if BX_SUPPORT_VMX >= 2 && BX_SUPPORT_X86_64 == 0
#error "VMXx2 require x86-64 support" #error "VMX=2 require x86-64 support"
#endif #endif
#if BX_SUPPORT_AVX && BX_SUPPORT_X86_64 == 0 #if BX_SUPPORT_AVX && BX_SUPPORT_X86_64 == 0