VMXx2 require x86-64 support

This commit is contained in:
Stanislav Shwartsman 2010-04-04 17:08:40 +00:00
parent 62378ec5b9
commit a842b4ddad

View File

@ -689,6 +689,10 @@ typedef
#define BX_SUPPORT_VMX 0
#define BX_SUPPORT_1G_PAGES 0
#if BX_SUPPORT_VMX >= 2 && BX_SUPPORT_X86_64 == 0
#error "VMXx2 require x86-64 support"
#endif
#define BX_SupportRepeatSpeedups 0
#define BX_SupportHostAsms 0