VirtualBox

Changeset 51855 in vbox for trunk/src


Ignore:
Timestamp:
Jul 3, 2014 6:16:52 PM (11 years ago)
Author:
vboxsync
Message:

VMM/PGM: Hungarian fix for r94706.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp

    r51854 r51855  
    28412841            AssertLogRelRCReturn(rc, rc); /* We're done for if this goes wrong. */
    28422842
    2843             RTHCPHYS const HCPhys  = PGM_PAGE_GET_HCPHYS(pPageSrc);
    2844             uint32_t const uPageId = PGM_PAGE_GET_PAGEID(pPageSrc);
    2845             PGM_PAGE_SET_PAGEID(pVM, pPageDst, uPageId);
     2843            RTHCPHYS const HCPhys = PGM_PAGE_GET_HCPHYS(pPageSrc);
     2844            uint32_t const idPage = PGM_PAGE_GET_PAGEID(pPageSrc);
     2845            PGM_PAGE_SET_PAGEID(pVM, pPageDst, idPage);
    28462846            PGM_PAGE_SET_HCPHYS(pVM, pPageDst, HCPhys);
    28472847            PGM_PAGE_SET_TYPE(pVM, pPageDst, PGMPAGETYPE_MMIO2);
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