Changeset 86683 in vbox for trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp
- Timestamp:
- Oct 23, 2020 9:06:16 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp
r82989 r86683 54 54 #include <VBox/vmm/gmm.h> 55 55 #include "GVMMR0Internal.h" 56 #include <VBox/vmm/dbgf.h> 56 57 #include <VBox/vmm/iom.h> 57 58 #include <VBox/vmm/pdm.h> … … 906 907 rc = GMMR0InitPerVMData(pGVM); 907 908 int rc2 = PGMR0InitPerVMData(pGVM); 909 DBGFR0InitPerVMData(pGVM); 908 910 PDMR0InitPerVMData(pGVM); 909 911 IOMR0InitPerVMData(pGVM); … … 1302 1304 PDMR0CleanupVM(pGVM); 1303 1305 IOMR0CleanupVM(pGVM); 1306 DBGFR0CleanupVM(pGVM); 1304 1307 PGMR0CleanupVM(pGVM); 1305 1308
Note:
See TracChangeset
for help on using the changeset viewer.