VirtualBox

Changeset 7749 in vbox


Ignore:
Timestamp:
Apr 4, 2008 3:57:28 PM (17 years ago)
Author:
vboxsync
Message:

Relocate offMMIOHandlerGC. Fixes guru on windows bootup.

File:
1 edited

Legend:

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

    r7731 r7749  
    213213    RTAvlroIOPortDoWithAll(&pVM->iom.s.pTreesHC->IOPortTreeGC, true, iomr3RelocateIOPortCallback, &offDelta);
    214214    RTAvlroGCPhysDoWithAll(&pVM->iom.s.pTreesHC->MMIOTreeGC, true, iomr3RelocateMMIOCallback, &offDelta);
     215
     216    if (pVM->iom.s.pfnMMIOHandlerGC)
     217        pVM->iom.s.pfnMMIOHandlerGC += offDelta;
    215218
    216219    /*
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