Changeset 14608 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 25, 2008 10:12:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r14515 r14608 261 261 static int vmmR0TermVM(PVM pVM) 262 262 { 263 /** @todo @bugref{1865,3202}: Make these tail onto the VM object destruction 264 * to make sure they are *always* executed and don't leave mess behind 265 * when the process is killed. */ 263 266 #ifdef VBOX_WITH_2X_4GB_ADDR_SPACE 264 267 PGMR0DynMapTermVM(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.