Changeset 33359 in vbox for trunk/include
- Timestamp:
- Oct 22, 2010 2:08:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm.h
r33350 r33359 4547 4547 /** @} */ 4548 4548 4549 /* KLUDGE: Play safe for now as I cannot test all solaris and linux usages. */ 4550 #if !defined(__cplusplus) && !defined(DEBUG) 4551 # if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86) 4552 # include <iprt/asm-amd64-x86.h> 4553 # endif 4554 # include <iprt/asm-math.h> 4555 #endif 4556 4557 #endif 4558 4549 #endif 4550
Note:
See TracChangeset
for help on using the changeset viewer.