- Timestamp:
- Oct 15, 2008 9:20:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c
r13306 r13307 58 58 RTDECL(void) AssertMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) 59 59 { 60 60 61 #ifdef IN_GUEST_R0 61 62 RTLogBackdoorPrintf("\n!!Assertion Failed!!\n" … … 115 116 else 116 117 assfail(g_szRTAssertMsg1, g_pszRTAssertFile, g_u32RTAssertLine); 118 g_szRTAssertMsg2[0] = '\0'; 117 119 } 118 120
Note:
See TracChangeset
for help on using the changeset viewer.