VirtualBox

Changeset 24154 in vbox


Ignore:
Timestamp:
Oct 29, 2009 8:41:33 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54086
Message:

Fixed relocation for disabled pfnLocalInterruptRC handler

File:
1 edited

Legend:

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

    r24125 r24154  
    424424        pVM->pdm.s.Apic.pfnGetTPRRC         += offDelta;
    425425        pVM->pdm.s.Apic.pfnBusDeliverRC     += offDelta;
    426         pVM->pdm.s.Apic.pfnLocalInterruptRC += offDelta;
     426        if (pVM->pdm.s.Apic.pfnLocalInterruptRC)
     427            pVM->pdm.s.Apic.pfnLocalInterruptRC += offDelta;
    427428        pVM->pdm.s.Apic.pfnWriteMSRRC       += offDelta;
    428429        pVM->pdm.s.Apic.pfnReadMSRRC        += offDelta;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette