- Timestamp:
- Feb 27, 2009 8:41:03 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43477
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/utf-8.cpp
r14298 r17189 1323 1323 return 1; 1324 1324 1325 const char *pszStart1 = psz1;1326 1325 for (;;) 1327 1326 { -
trunk/src/VBox/VMM/VMMGuruMeditation.cpp
r13840 r17189 230 230 case VINF_EM_DBG_HYPER_ASSERTION: 231 231 { 232 bool fIsRing0 = rcErr == VERR_VMM_RING0_ASSERTION;233 232 const char *pszMsg1 = VMMR3GetRZAssertMsg1(pVM); 234 233 while (pszMsg1 && *pszMsg1 == '\n')
Note:
See TracChangeset
for help on using the changeset viewer.