Changeset 13313 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Oct 15, 2008 10:07:39 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37986
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c
r13309 r13313 77 77 "Location : %s(%d) %s\n", 78 78 pszExpr, pszFile, uLine, pszFunction); 79 ASMAtomicUoWritePtr(&g_pszRTAssertFile, pszFile); 79 ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertFile, (void *)pszFile); 80 ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertFunction, (void *)pszFunction); 80 81 ASMAtomicUoWriteU32(&g_u32RTAssertLine, uLine); 81 ASMAtomicUoWritePtr(&g_pszRTAssertFunction, pszFunction);82 82 } 83 83
Note:
See TracChangeset
for help on using the changeset viewer.