- Timestamp:
- May 9, 2008 10:09:31 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30686
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r8514 r8736 1098 1098 DECLEXPORT(void) RTCALL AssertMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) 1099 1099 { 1100 #ifndef DEBUG_sandervl 1100 1101 SUPR0Printf("\n!!R0-Assertion Failed!!\n" 1101 1102 "Expression: %s\n" 1102 1103 "Location : %s(%d) %s\n", 1103 1104 pszExpr, pszFile, uLine, pszFunction); 1104 1105 #endif 1105 1106 LogRel(("\n!!R0-Assertion Failed!!\n" 1106 1107 "Expression: %s\n" … … 1119 1120 { 1120 1121 LogRel(("%c", pachChars[i])); /** @todo this isn't any release logging in ring-0 from what I can tell... */ 1122 #ifndef DEBUG_sandervl 1121 1123 SUPR0Printf("%c", pachChars[i]); 1124 #endif 1122 1125 } 1123 1126
Note:
See TracChangeset
for help on using the changeset viewer.