VirtualBox

Ignore:
Timestamp:
Apr 19, 2008 8:32:53 PM (17 years ago)
Author:
vboxsync
Message:

warnings

File:
1 edited

Legend:

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

    r8155 r8191  
    12871287PGM_BTH_DECL(int, SyncPage)(PVM pVM, GSTPDE PdeSrc, RTGCUINTPTR GCPtrPage, unsigned cPages, unsigned uErr)
    12881288{
     1289    LogFlow(("SyncPage: GCPtrPage=%VGv cPages=%d uErr=%#x\n", GCPtrPage, cPages, uErr));
     1290
     1291#if    PGM_GST_TYPE == PGM_TYPE_32BIT \
     1292    || PGM_GST_TYPE == PGM_TYPE_PAE
     1293
    12891294# if PGM_WITH_NX(PGM_GST_TYPE)
    12901295    bool fNoExecuteBitValid = !!(CPUMGetGuestEFER(pVM) & MSR_K6_EFER_NXE);
    12911296# endif
    1292     LogFlow(("SyncPage: GCPtrPage=%VGv cPages=%d uErr=%#x\n", GCPtrPage, cPages, uErr));
    1293 
    1294 #if    PGM_GST_TYPE == PGM_TYPE_32BIT \
    1295     || PGM_GST_TYPE == PGM_TYPE_PAE
    12961297
    12971298    /*
     
    26662667#  if PGM_SHW_TYPE == PGM_TYPE_32BIT
    26672668    PX86PDE     pPDEDst = &pVM->pgm.s.CTXMID(p,32BitPD)->a[0];
    2668 #  else
     2669#  else /* PGM_SHW_TYPE == PGM_TYPE_PAE */
     2670#   if PGM_GST_TYPE == PGM_TYPE_32BIT
    26692671    PX86PDEPAE  pPDEDst = &pVM->pgm.s.CTXMID(ap,PaePDs)[0]->a[0];
     2672#   endif
    26702673#  endif
    26712674
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