fixed SVM bug
This commit is contained in:
parent
fe6328d18c
commit
fe6741d84d
@ -102,7 +102,9 @@ void BX_CPU_C::InterruptAcknowledge(void)
|
||||
Bit8u vector;
|
||||
|
||||
#if BX_SUPPORT_SVM
|
||||
if (SVM_INTERCEPT(SVM_INTERCEPT0_INTR)) Svm_Vmexit(SVM_VMEXIT_INTR);
|
||||
if (BX_CPU_THIS_PTR in_svm_guest) {
|
||||
if (SVM_INTERCEPT(SVM_INTERCEPT0_INTR)) Svm_Vmexit(SVM_VMEXIT_INTR);
|
||||
}
|
||||
#endif
|
||||
|
||||
#if BX_SUPPORT_VMX
|
||||
|
Loading…
Reference in New Issue
Block a user