Changeset 87792 in vbox for trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp
- Timestamp:
- Feb 18, 2021 6:38:24 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp
r86683 r87792 910 910 PDMR0InitPerVMData(pGVM); 911 911 IOMR0InitPerVMData(pGVM); 912 TMR0InitPerVMData(pGVM); 912 913 if (RT_SUCCESS(rc) && RT_SUCCESS(rc2)) 913 914 { … … 1306 1307 DBGFR0CleanupVM(pGVM); 1307 1308 PGMR0CleanupVM(pGVM); 1309 TMR0CleanupVM(pGVM); 1308 1310 1309 1311 AssertCompile(NIL_RTTHREADCTXHOOK == (RTTHREADCTXHOOK)0); /* Depends on zero initialized memory working for NIL at the moment. */
Note:
See TracChangeset
for help on using the changeset viewer.