VirtualBox

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


Ignore:
Timestamp:
Nov 27, 2008 1:26:27 AM (16 years ago)
Author:
vboxsync
Message:

pgmPoolMapPage: Fixed bug in darwin specific code (wrong HCPhys).

File:
1 edited

Legend:

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

    r14149 r14678  
    157157    }
    158158    void *pv;
    159     int rc = PGMDynMapHCPage(pVM, pPage->Core.Key, &pv);
     159    int rc = PGMDynMapHCPage(pVM, HCPhys, &pv);
    160160    AssertReleaseRC(rc);
    161161    return pv;
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