- Timestamp:
- Oct 4, 2009 9:24:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMSavedState.cpp
r23543 r23544 1678 1678 } 1679 1679 1680 #include <iprt/stream.h>1680 //#include <iprt/stream.h> 1681 1681 1682 1682 /** … … 1690 1690 static DECLCALLBACK(int) pgmR3LiveVote(PVM pVM, PSSMHANDLE pSSM) 1691 1691 { 1692 #if 11692 #if 0 1693 1693 RTPrintf("# Rom[R/D/Z/M]=%03x/%03x/%03x/%03x Mmio2=%04x/%04x/%04x/%04x Ram=%06x/%06x/%06x/%06x Ignored=%03x\n", 1694 1694 pVM->pgm.s.LiveSave.Rom.cReadyPages,
Note:
See TracChangeset
for help on using the changeset viewer.