Changeset 27272 in vbox for trunk/src/VBox
- Timestamp:
- Mar 11, 2010 11:09:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPool.cpp
r27271 r27272 671 671 } 672 672 } 673 AssertFatalMsg(pPage->cPresent == 0, ("cPresent = %d pPage = 0x%x\n", pPage->cPresent, (uint32_t) pPage));673 AssertFatalMsg(pPage->cPresent == 0, ("cPresent = %d pPage = %RGv\n", pPage->cPresent, pPage->GCPhys)); 674 674 break; 675 675 }
Note:
See TracChangeset
for help on using the changeset viewer.