VirtualBox

Changeset 25244 in vbox for trunk/src


Ignore:
Timestamp:
Dec 8, 2009 1:53:28 PM (15 years ago)
Author:
vboxsync
Message:

VMMAll/PGMAllShw.h: -Wshadow

File:
1 edited

Legend:

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

    r22600 r25244  
    216216    if (!(Pde.u & PGM_PDFLAGS_MAPPING))
    217217    {
    218         int rc = PGM_HCPHYS_2_PTR(pVM, Pde.u & SHW_PDE_PG_MASK, &pPT);
    219         if (RT_FAILURE(rc))
    220             return rc;
     218        int rc2 = PGM_HCPHYS_2_PTR(pVM, Pde.u & SHW_PDE_PG_MASK, &pPT);
     219        if (RT_FAILURE(rc2))
     220            return rc2;
    221221    }
    222222    else /* mapping: */
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