Changeset 50 in vbox
- Timestamp:
- Jan 15, 2007 6:29:52 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/MMPagePool.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MMPagePool.cpp
r23 r50 285 285 AssertMsg(paPhysPages[i].Phys && !(paPhysPages[i].Phys & PAGE_OFFSET_MASK), 286 286 ("i=%d Phys=%d\n", i, paPhysPages[i].Phys)); 287 paPhysPages[i].uReserved = ( unsigned)pSub;287 paPhysPages[i].uReserved = (RTHCUINTPTR)pSub; 288 288 } 289 289
Note:
See TracChangeset
for help on using the changeset viewer.

