Changeset 32390 in vbox
- Timestamp:
- Sep 10, 2010 11:18:03 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r32389 r32390 1297 1297 1298 1298 /* Temporarily allow write access to the page table again. */ 1299 rc = PGMHandlerPhysicalPageTempOff(pVM, pPage->GCPhys , pPage->GCPhys & PAGE_BASE_GC_MASK);1299 rc = PGMHandlerPhysicalPageTempOff(pVM, pPage->GCPhys & PAGE_BASE_GC_MASK, pPage->GCPhys & PAGE_BASE_GC_MASK); 1300 1300 if (rc == VINF_SUCCESS) 1301 1301 {
Note:
See TracChangeset
for help on using the changeset viewer.