VirtualBox

Changeset 19576 in vbox


Ignore:
Timestamp:
May 11, 2009 12:43:48 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47140
Message:

Compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/DBGFMem.cpp

    r19575 r19576  
    207207    if ((pAddress->fFlags & DBGFADDRESS_FLAGS_TYPE_MASK) == DBGFADDRESS_FLAGS_RING0)
    208208    {
    209         AssertCompile(sizeof(RTHCUINTPTR) == sizeof(pAddress->FlatPtr));
     209        AssertCompile(sizeof(RTHCUINTPTR) <= sizeof(pAddress->FlatPtr));
    210210        return VMMR3ReadR0Stack(pVM, idCpu, (RTHCUINTPTR)pAddress->FlatPtr, pvBuf, cbRead);
    211211    }
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