Changeset 85225 in vbox
- Timestamp:
- Jul 11, 2020 4:17:54 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139202
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpuset.h
r82968 r85225 329 329 u64 <<= 1; 330 330 } 331 return (int)i * 64 + iBit;331 return (int)i * 64 + (int)iBit; 332 332 } 333 333 }
Note:
See TracChangeset
for help on using the changeset viewer.