Changeset 79993 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jul 26, 2019 9:03:41 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132427
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r79975 r79993 15890 15890 Assert(pExitInfo); 15891 15891 Assert(pExitEventInfo); 15892 Assert(pExitInfo->uReason == VMX_EXIT_APIC_ACCESS);15893 15892 VBOXSTRICTRC rcStrict = iemVmxVmexitApicAccessWithInfo(pVCpu, pExitInfo, pExitEventInfo); 15894 15893 Assert(!pVCpu->iem.s.cActiveMappings);
Note:
See TracChangeset
for help on using the changeset viewer.