VirtualBox

Changeset 61366 in vbox


Ignore:
Timestamp:
Jun 1, 2016 11:29:36 AM (9 years ago)
Author:
vboxsync
Message:

VMM/PDM: Missed relocation for the newly added callback to the IOAPIC registration structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDM.cpp

    r60716 r61366  
    530530        if (pVM->pdm.s.IoApic.pfnSendMsiRC)
    531531            pVM->pdm.s.IoApic.pfnSendMsiRC      += offDelta;
     532        if (pVM->pdm.s.IoApic.pfnSetEoiRC)
     533            pVM->pdm.s.IoApic.pfnSetEoiRC       += offDelta;
    532534    }
    533535
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