VirtualBox

Ignore:
Timestamp:
May 5, 2022 8:37:04 PM (3 years ago)
Author:
vboxsync
Message:

IPRT/isomakercmd.cpp: Another one needing alignment 4 lines down. bugref:9898

File:
1 edited

Legend:

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

    r94865 r94867  
    909909                    if (iHit < 0)
    910910                    {
    911                         iHit = ASMBitFirstClear(pvBitmap, iBlock);
     911                        iHit = ASMBitFirstClear(pvBitmap, RT_ALIGN_32(iBlock, 64));
    912912                        Assert(iHit < (int32_t)cBlocks);
    913913                    }
Note: See TracChangeset for help on using the changeset viewer.

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