Changeset 12157 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Sep 5, 2008 9:00:37 PM (16 years ago)
- 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 566 566 567 567 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 577 568 /** @todo use the nocrt stuff? */ 578 569 int VBOXCALL mymemcmp(const void *pv1, const void *pv2, size_t cb) -
trunk/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm
r12152 r12157 39 39 %endif 40 40 extern _DbgPrint 41 42 ;;43 ; Kind of alias for DbgPrint44 BEGINPROC AssertMsg245 jmp _DbgPrint46 ENDPROC AssertMsg247 41 48 42 ;;
Note:
See TracChangeset
for help on using the changeset viewer.