Changeset 197 in vbox for trunk/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp
- Timestamp:
- Jan 20, 2007 1:22:45 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp
r1 r197 27 27 #include <iprt/err.h> 28 28 #include <iprt/assert.h> 29 #include " r0drv/thread-r0drv.h"29 #include "internal/thread.h" 30 30 31 31 … … 139 139 const thread_t Self = current_thread(); 140 140 141 rtThreadMain(( RTNATIVETHREAD)Self, (PRTR0THREADARGS)pvArg);141 rtThreadMain((PRTR0THREADARGS)pvArg, (RTNATIVETHREAD)Self); 142 142 143 143 kern_return_t rc = thread_terminate(Self);
Note:
See TracChangeset
for help on using the changeset viewer.