Changeset 13925
- Timestamp:
- 11/06/08 16:57:46 (2 months ago)
- Files:
-
- trunk/include/iprt/asm.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/iprt/asm.h
r13511 r13925 148 148 * 149 149 * @remark At the present time it's unconfirmed whether or not Microsoft skipped 150 * inline ass mebly in their AMD64 compiler.150 * inline assembly in their AMD64 compiler. 151 151 */ 152 152 #if defined(_MSC_VER) && defined(RT_ARCH_AMD64) … … 157 157 158 158 /** @def RT_INLINE_ASM_GNU_STYLE 159 * Defined as 1 if the compiler understand GNU style inline assembly.159 * Defined as 1 if the compiler understands GNU style inline assembly. 160 160 */ 161 161 #if defined(_MSC_VER)

