VMXx2 require x86-64 support
This commit is contained in:
parent
62378ec5b9
commit
a842b4ddad
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user