Changeset 30731 in vbox
- Timestamp:
- Jul 8, 2010 10:09:58 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63496
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGM.cpp
r30730 r30731 4222 4222 int rc = pgmPhysGCPhys2CCPtrInternalReadOnly(pVM, pPage, GCPhys, &pvPage); 4223 4223 if ( rc == VINF_SUCCESS 4224 && !memcmp(pVM->pgm.s.pvZeroPgR3, pvPage, PAGE_SIZE))4224 && ASMMemIsZeroPage(pvPage)) 4225 4225 { 4226 4226 cAllocZero++;
Note:
See TracChangeset
for help on using the changeset viewer.