VirtualBox

Changeset 64123 in vbox for trunk/src


Ignore:
Timestamp:
Oct 2, 2016 8:39:41 AM (8 years ago)
Author:
vboxsync
Message:

PGMR3PhysMMIO2Register: Regression fix.

File:
1 edited

Legend:

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

    r64119 r64123  
    28662866                if (RT_SUCCESS(rc))
    28672867                {
    2868                     pNew->pvR3      = pvPages;
    2869                     pNew->idMmio2   = idMmio2;
    2870                     pNew->fMmio2    = true;
     2868                    pNew->pvR3          = pvPages;
     2869                    pNew->RamRange.pvR3 = pvPages;
     2870                    pNew->idMmio2       = idMmio2;
     2871                    pNew->fMmio2        = true;
    28712872
    28722873                    uint32_t iPage = cPages;
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