Changeset 80561 in vbox
- Timestamp:
- Sep 3, 2019 9:27:26 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133075
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r80456 r80561 10290 10290 */ 10291 10291 if (TRPMHasTrap(pVCpu)) 10292 { 10293 Assert(!pVmxTransient->fIsNestedGuest || !pVCpu->cpum.GstCtx.hwvirt.vmx.fInterceptEvents); 10292 10294 hmR0VmxTrpmTrapToPendingEvent(pVCpu); 10295 } 10293 10296 10294 10297 uint32_t fIntrState;
Note:
See TracChangeset
for help on using the changeset viewer.