- Timestamp:
- Oct 15, 2008 10:07:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp
r13310 r13312 76 76 "Location : %s(%d) %s\n", 77 77 pszExpr, pszFile, uLine, pszFunction); 78 ASMAtomicUoWritePtr(&g_pszRTAssertFile, pszFile); 78 ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertFile, (void *)pszFile); 79 ASMAtomicUoWritePtr((void * volatile *)&g_pszRTAssertFunction, (void *)pszFunction); 79 80 ASMAtomicUoWriteU32(&g_u32RTAssertLine, uLine); 80 ASMAtomicUoWritePtr(&g_pszRTAssertFunction, pszFunction);81 81 } 82 82
Note:
See TracChangeset
for help on using the changeset viewer.