- Timestamp:
- Jul 18, 2007 7:26:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMM.cpp
r3696 r3700 435 435 * You might also wish to enable the AssertMsg1/2 overrides in VMMR0.cpp when enabling this. 436 436 */ 437 # if def DEBUG_sandervl437 # if defined(DEBUG_sandervl) || defined(DEBUG_frank) 438 438 rc = MMHyperAlloc(pVM, RT_OFFSETOF(VMMR0LOGGER, Logger.afGroups[pLogger->cGroups]), 439 439 0, MM_TAG_VMM, (void **)&pVM->vmm.s.pR0Logger);
Note:
See TracChangeset
for help on using the changeset viewer.