Changeset 7874 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
- Timestamp:
- Apr 10, 2008 3:49:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r7873 r7874 2975 2975 2976 2976 PPGM pPGM = &pVM->pgm.s; 2977 RTHCPHYS HCPhysShw; /* page address derived from the shadow page tables. */2978 2977 RTGCPHYS GCPhysGst; /* page address derived from the guest page tables. */ 2979 2978 RTHCPHYS HCPhys; /* general usage. */ … … 2987 2986 false); 2988 2987 # ifndef IN_RING0 2988 RTHCPHYS HCPhysShw; /* page address derived from the shadow page tables. */ 2989 2989 2990 # if PGM_GST_TYPE == PGM_TYPE_32BIT 2990 2991 rc = PGMShwGetPage(pVM, pPGM->pGuestPDGC, NULL, &HCPhysShw);
Note:
See TracChangeset
for help on using the changeset viewer.