Changeset 71917 in vbox for trunk/src/VBox/Runtime/common/asm
- Timestamp:
- Apr 19, 2018 10:09:31 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122161
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asm/asm-fake.cpp
r71916 r71917 475 475 uint32_t iBit; 476 476 for (iBit = 0; iBit < 64; iBit++) 477 if (u 32& RT_BIT_64(iBit))477 if (u64 & RT_BIT_64(iBit)) 478 478 return iBit + 1; 479 479 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.