Changeset 5001 in vbox
- Timestamp:
- Sep 24, 2007 11:18:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r5000 r5001 446 446 return pgmr3PhysGrowRange(pVM, GCPhys); 447 447 } 448 LogRel((" SUPPageAlloc %x pages failed with %Vrc\n", cPages, rc));448 LogRel(("pgmr3PhysGrowRange %VGp SUPPageAlloc %x pages failed with %Vrc\n", GCPhys, cPages, rc)); 449 449 return rc; 450 450 }
Note:
See TracChangeset
for help on using the changeset viewer.