VirtualBox

Changeset 13918 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Nov 6, 2008 2:10:07 PM (16 years ago)
Author:
vboxsync
Message:

MMAllHyper.cpp: Another stale CTXSUFF that had been overlooped.

File:
1 edited

Legend:

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

    r13816 r13918  
    517517    uint32_t *pu32EndReal = pRet->offNext
    518518                          ? (uint32_t *)((uint8_t *)pRet + pRet->offNext)
    519                           : (uint32_t *)(pHeap->CTXSUFF(pbHeap) + pHeap->cbHeap);
     519                          : (uint32_t *)(pHeap->CTX_SUFF(pbHeap) + pHeap->cbHeap);
    520520    cbFence += (uintptr_t)pu32EndReal - (uintptr_t)pu32End; Assert(!(cbFence & 0x3));
    521521    ASMMemFill32((uint8_t *)pu32EndReal - cbFence, cbFence, MMHYPER_HEAP_STRICT_FENCE_U32);
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