VirtualBox

Changeset 18131 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Mar 23, 2009 10:32:05 AM (16 years ago)
Author:
vboxsync
Message:

darwin build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

    r18125 r18131  
    13101310}
    13111311
    1312 #ifdef VBOX_WITH_NEW_PHYS_CODE 
     1312#ifdef VBOX_WITH_NEW_PHYS_CODE
    13131313#ifdef IN_RING3
    13141314
    13151315/**
    1316  * Performs the lazy mapping of the 32-bit guest PD. 
    1317  * 
     1316 * Performs the lazy mapping of the 32-bit guest PD.
     1317 *
    13181318 * @returns Pointer to the mapping.
    13191319 * @param   pPGM        The PGM instance data.
     
    13441344/**
    13451345 * Performs the lazy mapping of the PAE guest PDPT.
    1346  * 
     1346 *
    13471347 * @returns Pointer to the mapping.
    13481348 * @param   pPGM        The PGM instance data.
     
    13721372#endif /* IN_RING3  */
    13731373
     1374#ifndef VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0
    13741375/**
    13751376 * Performs the lazy mapping / updating of a PAE guest PD.
    1376  * 
     1377 *
    13771378 * @returns Pointer to the mapping.
    1378  * @param   pPGM        The PGM instance data. 
    1379  * @param   iPdpt       Which PD entry to map (0..3). 
     1379 * @param   pPGM        The PGM instance data.
     1380 * @param   iPdpt       Which PD entry to map (0..3).
    13801381 */
    13811382PX86PDPAE pgmGstLazyMapPaePD(PPGM pPGM, uint32_t iPdpt)
     
    14101411# ifndef VBOX_WITH_2X_4GB_ADDR_SPACE
    14111412            pPGM->apGstPaePDsR0[iPdpt]          = (R0PTRTYPE(PX86PDPAE))HCPtr;
    1412 # endif 
     1413# endif
    14131414            if (fChanged)
    1414             {   
     1415            {
    14151416                pPGM->aGCPhysGstPaePDs[iPdpt]   = GCPhys;
    14161417                pPGM->apGstPaePDsRC[iPdpt]      = (RCPTRTYPE(PX86PDPAE))RCPtr;
     
    14271428# ifndef VBOX_WITH_2X_4GB_ADDR_SPACE
    14281429    pPGM->apGstPaePDsR0[iPdpt]      = 0;
    1429 # endif 
     1430# endif
    14301431    pPGM->apGstPaePDsRC[iPdpt]      = 0;
    14311432
     
    14331434    return NULL;
    14341435}
     1436#endif /* !VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0 */
    14351437
    14361438
    14371439#ifdef VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R3
    14381440/**
    1439  * Performs the lazy mapping of the 32-bit guest PD. 
    1440  * 
     1441 * Performs the lazy mapping of the 32-bit guest PD.
     1442 *
    14411443 * @returns Pointer to the mapping.
    14421444 * @param   pPGM        The PGM instance data.
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