Changeset 13918 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 6, 2008 2:10:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/MMAllHyper.cpp
r13816 r13918 517 517 uint32_t *pu32EndReal = pRet->offNext 518 518 ? (uint32_t *)((uint8_t *)pRet + pRet->offNext) 519 : (uint32_t *)(pHeap->CTX SUFF(pbHeap) + pHeap->cbHeap);519 : (uint32_t *)(pHeap->CTX_SUFF(pbHeap) + pHeap->cbHeap); 520 520 cbFence += (uintptr_t)pu32EndReal - (uintptr_t)pu32End; Assert(!(cbFence & 0x3)); 521 521 ASMMemFill32((uint8_t *)pu32EndReal - cbFence, cbFence, MMHYPER_HEAP_STRICT_FENCE_U32);
Note:
See TracChangeset
for help on using the changeset viewer.