Changeset 38953 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
- Timestamp:
- Oct 6, 2011 8:49:36 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r38707 r38953 4425 4425 int rc = VINF_SUCCESS; 4426 4426 # else 4427 int rc = pgmPhysGCPhys2CCPtrInternal (pVM, pPageCR3, GCPhysCR3 & GST_CR3_PAGE_MASK, (void **)&HCPtrGuestCR3); /** @todo r=bird: This GCPhysCR3 masking isn't necessary. */4427 int rc = pgmPhysGCPhys2CCPtrInternalDepr(pVM, pPageCR3, GCPhysCR3 & GST_CR3_PAGE_MASK, (void **)&HCPtrGuestCR3); /** @todo r=bird: This GCPhysCR3 masking isn't necessary. */ 4428 4428 # endif 4429 4429 pgmUnlock(pVM); … … 4473 4473 int rc2 = VINF_SUCCESS; 4474 4474 # else 4475 int rc2 = pgmPhysGCPhys2CCPtrInternal (pVM, pPage, GCPhys, (void **)&HCPtr);4475 int rc2 = pgmPhysGCPhys2CCPtrInternalDepr(pVM, pPage, GCPhys, (void **)&HCPtr); 4476 4476 # endif 4477 4477 pgmUnlock(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.