Changeset 13824 in vbox for trunk/src/VBox/VMM/PATM
- Timestamp:
- Nov 5, 2008 1:11:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/CSAM.cpp
r13823 r13824 1472 1472 } 1473 1473 1474 Log(("CSAMR3FlushPage: page %RRv has changed -> FLUSH (rc=%Rrc) (Phys: % VGp vs %VGp)\n", addr, rc, GCPhys, pPageRec->page.GCPhys));1474 Log(("CSAMR3FlushPage: page %RRv has changed -> FLUSH (rc=%Rrc) (Phys: %RGp vs %RGp)\n", addr, rc, GCPhys, pPageRec->page.GCPhys)); 1475 1475 1476 1476 STAM_COUNTER_ADD(&pVM->csam.s.StatNrFlushes, 1); … … 1670 1670 } 1671 1671 1672 Log(("csamCreatePageRecord %RRv GCPhys=% VGp\n", GCPtr, pPage->page.GCPhys));1672 Log(("csamCreatePageRecord %RRv GCPhys=%RGp\n", GCPtr, pPage->page.GCPhys)); 1673 1673 1674 1674 #ifdef VBOX_WITH_STATISTICS
Note:
See TracChangeset
for help on using the changeset viewer.