Changeset 24060 in vbox for trunk/include
- Timestamp:
- Oct 25, 2009 11:51:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm.h
r22280 r24060 5123 5123 * @param cb Number of bytes in the block. This MUST be aligned on 32-bit! 5124 5124 * @param u8 The value it's supposed to be filled with. 5125 * 5126 * @todo Fix name, it is a predicate function but it's not returning boolean! 5125 5127 */ 5126 5128 #if RT_INLINE_ASM_EXTERNAL && !RT_INLINE_ASM_USES_INTRIN … … 5150 5152 * @param cb Number of bytes in the block. This MUST be aligned on 32-bit! 5151 5153 * @param u32 The value it's supposed to be filled with. 5154 * 5155 * @todo Fix name, it is a predicate function but it's not returning boolean! 5152 5156 */ 5153 5157 #if RT_INLINE_ASM_EXTERNAL && !RT_INLINE_ASM_USES_INTRIN
Note:
See TracChangeset
for help on using the changeset viewer.