Changeset 64626 in vbox for trunk/src/VBox/VMM/VMMR3/VMM.cpp
- Timestamp:
- Nov 10, 2016 10:31:39 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111851
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMM.cpp
r63560 r64626 120 120 #include <VBox/vmm/csam.h> 121 121 #include <VBox/vmm/patm.h> 122 #ifdef VBOX_WITH_NEW_APIC 123 # include <VBox/vmm/apic.h> 124 #endif 122 #include <VBox/vmm/apic.h> 125 123 #ifdef VBOX_WITH_REM 126 124 # include <VBox/vmm/rem.h> … … 1486 1484 PGMR3ResetCpu(pVM, pVCpu); 1487 1485 PDMR3ResetCpu(pVCpu); /* Only clears pending interrupts force flags */ 1488 #ifdef VBOX_WITH_NEW_APIC1489 1486 APICR3InitIpi(pVCpu); 1490 #endif1491 1487 TRPMR3ResetCpu(pVCpu); 1492 1488 CPUMR3ResetCpu(pVM, pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.