Changeset 54269 in vbox
- Timestamp:
- Feb 18, 2015 4:07:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm.h
r53615 r54269 1643 1643 * @remark This will fault if the memory is read-only! 1644 1644 */ 1645 #if (RT_INLINE_ASM_EXTERNAL && !RT_INLINE_ASM_USES_INTRIN) \ 1646 || RT_INLINE_DONT_MIX_CMPXCHG8B_AND_PIC 1645 #if !defined(RT_ARCH_AMD64) \ 1646 && ( (RT_INLINE_ASM_EXTERNAL && !RT_INLINE_ASM_USES_INTRIN) \ 1647 || RT_INLINE_DONT_MIX_CMPXCHG8B_AND_PIC) 1647 1648 DECLASM(uint64_t) ASMAtomicUoReadU64(volatile uint64_t *pu64); 1648 1649 #else
Note:
See TracChangeset
for help on using the changeset viewer.