Changeset 29255 in vbox for trunk/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp
- Timestamp:
- May 9, 2010 6:11:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp
r28800 r29255 33 33 #include <iprt/thread.h> 34 34 35 #include <iprt/asm.h> 35 #if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86) 36 # include <iprt/asm-amd64-x86.h> 37 #endif 36 38 #include <iprt/assert.h> 37 39 #include <iprt/err.h>
Note:
See TracChangeset
for help on using the changeset viewer.