Changeset 320 in vbox
- Timestamp:
- Jan 25, 2007 4:57:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/MMAllHyper.cpp
r23 r320 892 892 } 893 893 if (!pRight) 894 pRight = (PMMHYPERCHUNKFREE)((char *)CTXSUFF(pHeap->pbHeap) + pHeap->offFreeTail); 894 pRight = (PMMHYPERCHUNKFREE)((char *)CTXSUFF(pHeap->pbHeap) + pHeap->offFreeTail); /** @todo this can't be correct! 'pLeft = .. ; else' I think */ 895 895 if (pRight) 896 896 {
Note:
See TracChangeset
for help on using the changeset viewer.