VirtualBox

Changeset 18464 in vbox


Ignore:
Timestamp:
Mar 28, 2009 5:17:37 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45292
Message:

DBGFGC.cpp: 32->64 bit propagation warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/DBGFGC.cpp

    r14864 r18464  
    6161        for (unsigned iBp = 0; iBp < RT_ELEMENTS(pVM->dbgf.s.aHwBreakpoints); iBp++)
    6262        {
    63             if (    (uDr6 & RT_BIT(iBp))
     63            if (    ((uint32_t)uDr6 & RT_BIT_32(iBp))
    6464                &&  pVM->dbgf.s.aHwBreakpoints[iBp].enmType == DBGFBPTYPE_REG)
    6565            {
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