Changeset 94867 in vbox for trunk/src/VBox/Runtime/common/fs/isomakercmd.cpp
- Timestamp:
- May 5, 2022 8:37:04 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/isomakercmd.cpp
r94865 r94867 909 909 if (iHit < 0) 910 910 { 911 iHit = ASMBitFirstClear(pvBitmap, iBlock);911 iHit = ASMBitFirstClear(pvBitmap, RT_ALIGN_32(iBlock, 64)); 912 912 Assert(iHit < (int32_t)cBlocks); 913 913 }
Note:
See TracChangeset
for help on using the changeset viewer.