Changeset 13512 in vbox for trunk/src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c
- Timestamp:
- Oct 23, 2008 7:21:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c
r13319 r13512 78 78 "Location : %s(%d) %s\n", 79 79 pszExpr, pszFile, uLine, pszFunction); 80 ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertExpr, (void *)pszExpr);81 ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertFile, (void *)pszFile);82 ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertFunction, (void *)pszFunction);80 ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertExpr, pszExpr); 81 ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertFile, pszFile); 82 ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertFunction, pszFunction); 83 83 ASMAtomicUoWriteU32(&g_u32RTAssertLine, uLine); 84 84 }
Note:
See TracChangeset
for help on using the changeset viewer.