Changeset 26303 in vbox
- Timestamp:
- Feb 5, 2010 6:41:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r26278 r26303 3476 3476 # if !defined(IN_RING0) && PGM_GST_TYPE != PGM_TYPE_AMD64 3477 3477 # if PGM_GST_TYPE == PGM_TYPE_32BIT 3478 rc = PGMShwGetPage(pVCpu, (RT GCPTR)pPGM->pGst32BitPdRC, NULL, &HCPhysShw);3478 rc = PGMShwGetPage(pVCpu, (RTRCUINTPTR)pPGM->pGst32BitPdRC, NULL, &HCPhysShw); 3479 3479 # else 3480 rc = PGMShwGetPage(pVCpu, (RT GCPTR)pPGM->pGstPaePdptRC, NULL, &HCPhysShw);3480 rc = PGMShwGetPage(pVCpu, (RTRCUINTPTR)pPGM->pGstPaePdptRC, NULL, &HCPhysShw); 3481 3481 # endif 3482 3482 AssertRCReturn(rc, 1);
Note:
See TracChangeset
for help on using the changeset viewer.