VirtualBox

Ignore:
Timestamp:
Sep 5, 2008 9:00:37 PM (16 years ago)
Author:
vboxsync
Message:

VBoxDrv/win: Use the IPRT versions of AssertMsg[12].

Location:
trunk/src/VBox/HostDrivers/Support/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp

    r11814 r12157  
    566566
    567567
    568 /** @todo move this to IPRT */
    569 RTDECL(void) AssertMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction)
    570 {
    571     DbgPrint("\n!!Assertion Failed!!\n"
    572              "Expression: %s\n"
    573              "Location  : %s(%d) %s\n",
    574              pszExpr, pszFile, uLine, pszFunction);
    575 }
    576 
    577568/** @todo use the nocrt stuff? */
    578569int VBOXCALL mymemcmp(const void *pv1, const void *pv2, size_t cb)
  • trunk/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm

    r12152 r12157  
    3939%endif
    4040extern _DbgPrint
    41 
    42 ;;
    43 ; Kind of alias for DbgPrint
    44 BEGINPROC AssertMsg2
    45         jmp     _DbgPrint
    46 ENDPROC AssertMsg2
    4741
    4842;;
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