VirtualBox

Changeset 44244 in vbox for trunk


Ignore:
Timestamp:
Jan 7, 2013 8:24:45 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83100
Message:

Burn fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/sg.cpp

    r44241 r44244  
    443443            && (cbThisCheck * 8 <= UINT32_MAX))
    444444        {
    445             if (ASMBitFirstSet((volatile void *)pvBuf, cbThisCheck * 8) != -1)
     445            if (ASMBitFirstSet((volatile void *)pvBuf, (uint32_t)cbThisCheck * 8) != -1)
    446446            {
    447447                fIsZero = false;
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