VirtualBox

Changeset 68842 in vbox


Ignore:
Timestamp:
Sep 23, 2017 1:46:08 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118096
Message:

isomaker: fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/isomakercmd.cpp

    r68841 r68842  
    12001200                    iBlock = RTRandU32Ex(0, cBlocks - 1);
    12011201                    fBitSet = ASMBitTestAndSet(pvBitmap, iBlock);
    1202                 } while (fBitSet && ++cTries < /*32 - testing buggy assembly*/ 1);
     1202                } while (fBitSet && ++cTries < 32);
    12031203                if (fBitSet)
    12041204                {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette