Changeset 4248 in vbox
- Timestamp:
- Aug 20, 2007 7:59:52 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23755
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r4079 r4248 54 54 55 55 56 /** @def DEBUG_NO_RING0_ASSERTIONS 57 * Define this if you don't wish to BSOD on debug assertions in 58 * the VMMR0.r0 code. If would of course be nice to have this 59 * feature enabled by default of course, but it's not currently 60 * safe when more than one VM is running or when using internal 61 * networking. */ 62 #if defined(DEBUG_sandervl) 56 63 #define DEBUG_NO_RING0_ASSERTIONS 64 #endif 57 65 #ifdef DEBUG_NO_RING0_ASSERTIONS 58 66 static PVM g_pVMAssert = 0;
Note:
See TracChangeset
for help on using the changeset viewer.