VirtualBox

Changeset 18469 in vbox


Ignore:
Timestamp:
Mar 28, 2009 11:23:56 PM (16 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/DBGFR0.cpp

    r16105 r18469  
    5858        for (unsigned iBp = 0; iBp < RT_ELEMENTS(pVM->dbgf.s.aHwBreakpoints); iBp++)
    5959        {
    60             if (    (uDr6 & RT_BIT(iBp))
     60            if (    ((uint32_t)uDr6 & RT_BIT_32(iBp))
    6161                &&  pVM->dbgf.s.aHwBreakpoints[iBp].enmType == DBGFBPTYPE_REG)
    6262            {
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