VirtualBox

Changeset 26849 in vbox for trunk


Ignore:
Timestamp:
Feb 26, 2010 1:30:58 PM (15 years ago)
Author:
vboxsync
Message:

-Wshadow burns

File:
1 edited

Legend:

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

    r26841 r26849  
    29582958#  if  (PGM_SHW_TYPE != PGM_TYPE_EPT)   /* PGM_TYPE_EPT implies nested paging */
    29592959    if (HWACCMIsNestedPagingActive(pVM))
    2960 #  endif 
     2960#  endif
    29612961    {
    29622962        PPGMPAGE pPage;
    29632963
    29642964        /* Check if we allocated a big page before for this 2 MB range. */
    2965         int rc = pgmPhysGetPageEx(&pVM->pgm.s, GCPtrPage & X86_PDE2M_PAE_PG_MASK, &pPage);
     2965        rc = pgmPhysGetPageEx(&pVM->pgm.s, GCPtrPage & X86_PDE2M_PAE_PG_MASK, &pPage);
    29662966        if (RT_SUCCESS(rc))
    29672967        {
     
    45744574    return rc;
    45754575}
    4576 
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