- Timestamp:
- Feb 22, 2010 4:19:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r26625 r26677 508 508 || PGM_PAGE_GET_STATE(pPage) == PGM_PAGE_STATE_ALLOCATED) 509 509 { 510 LogFlow(("Found page with wrong attributes; cancel check. rc=%d\n", rc));510 LogFlow(("Found page %RGp with wrong attributes; cancel check. rc=%d\n", GCPhys, rc)); 511 511 break; 512 512 }
Note:
See TracChangeset
for help on using the changeset viewer.