VirtualBox

Changeset 26303 in vbox


Ignore:
Timestamp:
Feb 5, 2010 6:41:12 PM (15 years ago)
Author:
vboxsync
Message:

PGMAllBth.h: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r26278 r26303  
    34763476# if !defined(IN_RING0) && PGM_GST_TYPE != PGM_TYPE_AMD64
    34773477#  if PGM_GST_TYPE == PGM_TYPE_32BIT
    3478     rc = PGMShwGetPage(pVCpu, (RTGCPTR)pPGM->pGst32BitPdRC, NULL, &HCPhysShw);
     3478    rc = PGMShwGetPage(pVCpu, (RTRCUINTPTR)pPGM->pGst32BitPdRC, NULL, &HCPhysShw);
    34793479#  else
    3480     rc = PGMShwGetPage(pVCpu, (RTGCPTR)pPGM->pGstPaePdptRC, NULL, &HCPhysShw);
     3480    rc = PGMShwGetPage(pVCpu, (RTRCUINTPTR)pPGM->pGstPaePdptRC, NULL, &HCPhysShw);
    34813481#  endif
    34823482    AssertRCReturn(rc, 1);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette