VirtualBox

Changeset 107146 in vbox


Ignore:
Timestamp:
Nov 26, 2024 10:36:12 AM (7 weeks ago)
Author:
vboxsync
Message:

ValidationKit/bootsectors: Implement BS3_ASSERT() to actually do something useful [fix]; bugref:9898; bugref:10658; jiraref:VBP-1207

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h

    r107102 r107146  
    16001600 */
    16011601BS3_CMN_PROTO_STUB(DECL_NO_RETURN(void), Bs3Assert,(const char BS3_FAR *pszExpr, const char BS3_FAR *pszFileOrFunc, const unsigned uLine));
    1602 #define BS3_ASSERT_IGNORE
    16031602#if defined(BS3_ASSERT_IGNORE)
    16041603# define BS3_ASSERT(a_Expr) do { } while (0)
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