Changeset 93554 in vbox for trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp
- Timestamp:
- Feb 2, 2022 10:57:02 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149688
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp
r93115 r93554 278 278 if (--cPages == 0) 279 279 return 0; 280 GCPhys += PAGE_SIZE;280 GCPhys += GUEST_PAGE_SIZE; 281 281 } 282 282 } … … 325 325 if (--cPages == 0) 326 326 return 0; 327 GCPhys += PAGE_SIZE;327 GCPhys += GUEST_PAGE_SIZE; 328 328 } 329 329 }
Note:
See TracChangeset
for help on using the changeset viewer.