Changeset 56221 in vbox
- Timestamp:
- Jun 3, 2015 1:54:43 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100768
- Location:
- trunk/src/VBox/Runtime/r0drv/darwin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp
r48935 r56221 45 45 printf("\r\n!!Assertion Failed!!\r\n" 46 46 "Expression: %s\r\n" 47 "Location : %s(% d) %s\r\n",47 "Location : %s(%u) %s\r\n", 48 48 pszExpr, pszFile, uLine, pszFunction); 49 49 } -
trunk/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp
r54415 r56221 225 225 RT_ASSERT_INTS_ON(); 226 226 227 int rc;228 227 RTMPARGS Args; 229 228 Args.pfnWorker = pfnWorker; … … 259 258 RT_ASSERT_INTS_ON(); 260 259 261 int rc;262 260 RTMPARGS Args; 263 261 Args.pfnWorker = pfnWorker;
Note:
See TracChangeset
for help on using the changeset viewer.