VirtualBox

Changeset 3238 in vbox


Ignore:
Timestamp:
Jun 22, 2007 8:27:17 PM (18 years ago)
Author:
vboxsync
Message:

Keep the AssertMsg1/2 overrides separate from the no ring-0 assertion prevention. Since it currently only makes sense when ring-0 logging is enabled, keep it private for now.

File:
1 edited

Legend:

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

    r2981 r3238  
    715715}
    716716
    717 void R0LogFlush()
     717
     718void R0LogFlush(void)
    718719{
    719720    vmmR0LoggerFlush(RTLogDefaultInstance());
    720721}
    721722
     723
    722724#ifdef DEBUG_NO_RING0_ASSERTIONS
    723 #undef LOG_GROUP
    724 #define LOG_GROUP LOG_GROUP_EM
    725 
    726725/**
    727726 * Check if we really want to hit a breakpoint.
     
    742741    return false;
    743742}
    744 
    745 
     743#endif /* !DEBUG_NO_RING0_ASSERTIONS */
     744
     745
     746
     747/*
     748 * Keep this private until it writes to the release log.
     749 */
     750#ifdef DEBUG_sandervl
     751
     752# undef LOG_GROUP
     753# define LOG_GROUP LOG_GROUP_EM
    746754
    747755/** Runtime assert implementation for Native Win32 Ring-0. */
     
    780788}
    781789
    782 #endif
     790#endif /* private */
Note: See TracChangeset for help on using the changeset viewer.

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