Changeset 108 in vbox for trunk/src/VBox/VMM/PGM.cpp
- Timestamp:
- Jan 17, 2007 3:45:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGM.cpp
r40 r108 195 195 196 196 197 #if ndef __AMD64__197 #if 1/// @todo ndef __AMD64__ 198 198 /* 199 199 * Shadow - 32-bit mode … … 1440 1440 1441 1441 /* 1442 * Call the reset function to be on the safe side...1442 * Call the reset function to make sure all the memory is cleared. 1443 1443 */ 1444 1444 PGMR3Reset(pVM); … … 1618 1618 return rc; 1619 1619 } 1620 1621 1620 Assert(pRam->pavHCChunkHC[iChunk]); 1622 1621
Note:
See TracChangeset
for help on using the changeset viewer.