Changeset 48134 in vbox
- Timestamp:
- Aug 28, 2013 5:41:37 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88514
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r48133 r48134 2451 2451 PSVMVMCB pVmcb = (PSVMVMCB)pVCpu->hm.s.svm.pvVmcb; 2452 2452 2453 SVMEVENT Event;2454 Event.u = 0;2455 2453 if (pVCpu->hm.s.Event.fPending) /* First, inject any pending HM events. */ 2456 2454 { 2455 SVMEVENT Event; 2457 2456 Event.u = pVCpu->hm.s.Event.u64IntrInfo; 2458 2457 Assert(Event.n.u1Valid);
Note:
See TracChangeset
for help on using the changeset viewer.