Changeset 26619 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Feb 17, 2010 4:14:42 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57817
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r26616 r26619 2970 2970 || PGM_PAGE_GET_STATE(pPage) == PGM_PAGE_STATE_ALLOCATED) 2971 2971 { 2972 LogFlow(("Found page with wrong attributes; cancel check. rc=%d\n", rc)); 2972 2973 break; 2973 2974 } … … 2992 2993 HCPhys = PGM_PAGE_GET_HCPHYS(pPage); 2993 2994 } 2995 else 2996 LogFlow(("pgmPhysAllocLargePage failed with %Rrc\n", rc)); 2994 2997 } 2995 2998 }
Note:
See TracChangeset
for help on using the changeset viewer.