Changeset 20242 in vbox for trunk/include
- Timestamp:
- Jun 3, 2009 8:23:06 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48103
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm.h
r19762 r20242 6454 6454 DECLINLINE(unsigned) ASMBitLastSetS32(int32_t i32) 6455 6455 { 6456 return ASMBitLastSet S32((uint32_t)i32);6456 return ASMBitLastSetU32((uint32_t)i32); 6457 6457 } 6458 6458
Note:
See TracChangeset
for help on using the changeset viewer.