Changeset 67130 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- May 29, 2017 12:46:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r65898 r67130 2244 2244 RTStrPrintf(pVM->vmm.s.szRing0AssertMsg1, sizeof(pVM->vmm.s.szRing0AssertMsg1), 2245 2245 "\n!!R0-Assertion Failed!!\n" 2246 "Expression: % s\n"2246 "Expression: %.*s\n" 2247 2247 "Location : %s(%d) %s\n", 2248 pszExpr, pszFile, uLine, pszFunction); 2248 sizeof(pVM->vmm.s.szRing0AssertMsg1) / 4 * 3, pszExpr, 2249 pszFile, uLine, pszFunction); 2249 2250 2250 2251 /*
Note:
See TracChangeset
for help on using the changeset viewer.