Changeset 43373 in vbox for trunk/src/VBox
- Timestamp:
- Sep 20, 2012 3:04:11 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80837
- Location:
- trunk/src/VBox/Runtime/r0drv/haiku
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/haiku/assert-r0drv-haiku.c
r43363 r43373 44 44 { 45 45 dprintf("\r\n!!Assertion Failed!!\r\n" 46 "Expression: %s\r\n"47 "Location : %s(%d) %s\r\n",48 pszExpr, pszFile, uLine, pszFunction);46 "Expression: %s\r\n" 47 "Location : %s(%d) %s\r\n", 48 pszExpr, pszFile, uLine, pszFunction); 49 49 } 50 50 -
trunk/src/VBox/Runtime/r0drv/haiku/mp-r0drv-haiku.c
r43363 r43373 213 213 call_all_cpus_sync(rtmpOnSpecificHaikuWrapper, &Args); 214 214 return Args.cHits == 1 215 ? VINF_SUCCESS216 : VERR_CPU_NOT_FOUND;217 } 218 215 ? VINF_SUCCESS 216 : VERR_CPU_NOT_FOUND; 217 } 218
Note:
See TracChangeset
for help on using the changeset viewer.