- Timestamp:
- Apr 20, 2007 11:02:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMM.cpp
r2283 r2289 433 433 * to not stub all the log functions. 434 434 */ 435 # if 1 //def DEBUG_sandervl435 # ifdef DEBUG_sandervl 436 436 rc = MMHyperAlloc(pVM, RT_OFFSETOF(VMMR0LOGGER, Logger.afGroups[pLogger->cGroups]), 437 437 0, MM_TAG_VMM, (void **)&pVM->vmm.s.pR0Logger);
Note:
See TracChangeset
for help on using the changeset viewer.