VirtualBox

Changeset 14678

Show
Ignore:
Timestamp:
11/27/08 02:26:27 (1 month ago)
Author:
vboxsync
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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; 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy