Changeset 13925 in vbox for trunk/include
- Timestamp:
- Nov 6, 2008 3:57:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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)
Note:
See TracChangeset
for help on using the changeset viewer.