VirtualBox

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


Ignore:
Timestamp:
Apr 17, 2008 11:27:13 AM (17 years ago)
Author:
vboxsync
Message:

Fixed pgmR3MapRelocate call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGM.cpp

    r8040 r8089  
    20362036LogRel(("Mapping: %VGv -> %VGv %s\n", pMapping->GCPtr, GCPtr, pMapping->pszDesc));
    20372037#endif
    2038             pgmR3MapRelocate(pVM, pMapping, pMapping->GCPtr >> X86_PD_SHIFT, GCPtr >> X86_PD_SHIFT);
     2038            pgmR3MapRelocate(pVM, pMapping, pMapping->GCPtr, GCPtr);
    20392039        }
    20402040        else
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