Changeset 74860 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 16, 2018 4:03:25 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/TRPM.cpp
r74834 r74860 1527 1527 { 1528 1528 VBOXSTRICTRC rcStrict = IEMExecVmxVmexitExtInt(pVCpu, u8Interrupt, false /* fIntPending */); 1529 Assert(rcStrict != VINF_PGM_CHANGE_MODE); 1529 1530 if (rcStrict != VINF_VMX_INTERCEPT_NOT_ACTIVE) 1530 1531 return rcStrict;
Note:
See TracChangeset
for help on using the changeset viewer.