Changeset 23536 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 4, 2009 1:33:52 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53179
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMSavedState.cpp
r23535 r23536 1544 1544 } 1545 1545 1546 #include <iprt/stream.h>1546 //#include <iprt/stream.h> 1547 1547 1548 1548 /** … … 1556 1556 static DECLCALLBACK(int) pgmR3LiveVote(PVM pVM, PSSMHANDLE pSSM) 1557 1557 { 1558 #if 11558 #if 0 1559 1559 RTPrintf("# Rom[R/D/Z/M]=%03x/%03x/%03x/%03x Mmio2=%04x/%04x/%04x/%04x Ram=%06x/%06x/%06x/%06x Ignored=%03x\n", 1560 1560 pVM->pgm.s.LiveSave.Rom.cReadyPages,
Note:
See TracChangeset
for help on using the changeset viewer.