- Timestamp:
- May 7, 2015 5:59:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asmdefs.mac
r54763 r55734 75 75 ; Make the mask for the given bit. 76 76 %define RT_BIT_32(bit) (1 << bit) 77 ;; 78 ; Make the mask for the given bit. 79 %define RT_BIT_64(bit) (1 << bit) 77 80 78 81 ;;
Note:
See TracChangeset
for help on using the changeset viewer.