VirtualBox

Changeset 17795 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Mar 13, 2009 9:37:11 AM (16 years ago)
Author:
vboxsync
Message:

PGMPhys: fix missing pRam-> in front of GCPhys. The address calculation is not correct otherwise

File:
1 edited

Legend:

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

    r17787 r17795  
    23972397                {
    23982398                    int         rc;
    2399                     RTGCPHYS    GCPhysPage = GCPhys + off;
     2399                    RTGCPHYS    GCPhysPage = pRam->GCPhys + off;
    24002400#ifdef IN_RING3
    24012401                    if (fGrabbedLock)
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