Changeset 2236 in vbox
- Timestamp:
- Apr 19, 2007 3:33:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r2235 r2236 2682 2682 while (iPage-- > 0) 2683 2683 { 2684 AssertMsg(pRam->aHCPhys[iPage] & X86_PTE_PAE_PG_MASK, ("GCPhysHint=%VGp\n", GCPhysHint));2685 2684 if ((pRam->aHCPhys[iPage] & X86_PTE_PAE_PG_MASK) == HCPhys) 2686 2685 {
Note:
See TracChangeset
for help on using the changeset viewer.