Changeset 67862 in vbox for trunk/src/VBox/Runtime/common/fs/isomakercmd.cpp
- Timestamp:
- Jul 7, 2017 4:11:21 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116818
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/isomakercmd.cpp
r67860 r67862 777 777 uint32_t iBlock = RTRandU32Ex(0, cBlocks - 1); 778 778 if (!ASMBitTestAndSet(pvBitmap, iBlock)) 779 Assert(iBlock < (int32_t)cBlocks);779 Assert(iBlock < cBlocks); 780 780 else 781 781 {
Note:
See TracChangeset
for help on using the changeset viewer.