- Timestamp:
- Jan 7, 2013 8:24:45 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83100
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/sg.cpp
r44241 r44244 443 443 && (cbThisCheck * 8 <= UINT32_MAX)) 444 444 { 445 if (ASMBitFirstSet((volatile void *)pvBuf, cbThisCheck * 8) != -1)445 if (ASMBitFirstSet((volatile void *)pvBuf, (uint32_t)cbThisCheck * 8) != -1) 446 446 { 447 447 fIsZero = false;
Note:
See TracChangeset
for help on using the changeset viewer.