VirtualBox

Changeset 6908 in vbox for trunk


Ignore:
Timestamp:
Feb 11, 2008 6:36:27 PM (17 years ago)
Author:
vboxsync
Message:

Fixed uninitialized rc in PGMHandlerPhysicalReset.

File:
1 edited

Legend:

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

    r6906 r6908  
    829829                PPGMRAMRANGE pRam = pgmPhysGetRange(&pVM->pgm.s, GCPhys);
    830830                Assert(pRam);
    831                 int rc = pgmHandlerPhysicalSetRamFlagsAndFlushShadowPTs(pVM, pCur, pRam);
     831                rc = pgmHandlerPhysicalSetRamFlagsAndFlushShadowPTs(pVM, pCur, pRam);
    832832                if (rc == VINF_PGM_GCPHYS_ALIASED)
    833833                {
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