Changeset 25667 in vbox for trunk/include
- Timestamp:
- Jan 6, 2010 4:23:01 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56382
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm.h
r25665 r25667 4317 4317 * @remark This will fault if the memory is read-only! 4318 4318 */ 4319 #if #if(RT_INLINE_ASM_EXTERNAL && !RT_INLINE_ASM_USES_INTRIN) \4319 #if (RT_INLINE_ASM_EXTERNAL && !RT_INLINE_ASM_USES_INTRIN) \ 4320 4320 || RT_INLINE_DONT_MIX_CMPXCHG8B_AND_PIC 4321 4321 DECLASM(uint64_t) ASMAtomicUoReadU64(volatile uint64_t *pu64);
Note:
See TracChangeset
for help on using the changeset viewer.