VirtualBox

Changeset 4248 in vbox


Ignore:
Timestamp:
Aug 20, 2007 7:59:52 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23755
Message:

DEBUG_NO_RING0_ASSERTIONS should not have been left #defined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r4079 r4248  
    5454
    5555
     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)
    5663#define DEBUG_NO_RING0_ASSERTIONS
     64#endif
    5765#ifdef DEBUG_NO_RING0_ASSERTIONS
    5866static PVM g_pVMAssert = 0;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette