Changeset 26678 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Feb 22, 2010 4:21:50 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57901
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r26677 r26678 508 508 || PGM_PAGE_GET_STATE(pPage) == PGM_PAGE_STATE_ALLOCATED) 509 509 { 510 LogFlow(("Found page %RGp with wrong attributes ; cancel check. rc=%d\n", GCPhys, rc));510 LogFlow(("Found page %RGp with wrong attributes (type=%d; state=%d); cancel check. rc=%d\n", GCPhys, PGM_PAGE_GET_TYPE(pPage), PGM_PAGE_GET_STATE(pPage), rc)); 511 511 break; 512 512 }
Note:
See TracChangeset
for help on using the changeset viewer.