VirtualBox

Changeset 5940 in vbox


Ignore:
Timestamp:
Dec 3, 2007 12:05:10 PM (17 years ago)
Author:
vboxsync
Message:

fixed warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/MMAllHyper.cpp

    r5606 r5940  
    553553    PMMHYPERCHUNKFREE pFree = (PMMHYPERCHUNKFREE)((char *)CTXSUFF(pHeap->pbHeap) + pHeap->offFreeTail);
    554554    ASSERT_CHUNK_FREE(pHeap, pFree);
    555     if (    (((uintptr_t)(&pFree->core + 1) + pFree->cb) & PAGE_OFFSET_MASK - 1)
     555    if (    (((uintptr_t)(&pFree->core + 1) + pFree->cb) & (PAGE_OFFSET_MASK - 1))
    556556        ||  pFree->cb + sizeof(MMHYPERCHUNK) < cb)
    557557    {
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