VirtualBox

Changeset 4985 in vbox for trunk/src


Ignore:
Timestamp:
Sep 22, 2007 12:44:43 PM (17 years ago)
Author:
vboxsync
Message:

RTAssertDoBreakpoint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c

    r4831 r4985  
    13631363
    13641364/** Runtime assert implementation for Linux Ring-0. */
     1365RTDECL(bool) RTAssertDoBreakpoint(void)
     1366{
     1367    return true;
     1368}
     1369
     1370
     1371/** Runtime assert implementation for Linux Ring-0. */
    13651372RTDECL(void) AssertMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction)
    13661373{
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