VirtualBox

Changeset 62033 in vbox for trunk/src


Ignore:
Timestamp:
Jul 6, 2016 7:56:17 AM (8 years ago)
Author:
vboxsync
Message:

IOAPIC: Fix assertion that didn't account for saved-states restored with the old, incorrect code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevIOAPIC_New.cpp

    r62012 r62033  
    587587            if (IOAPIC_RTE_GET_VECTOR(u64Rte) == u8Vector)
    588588            {
     589#ifdef DEBUG_ramshankar
     590                /* This assertion may trigger when restoring saved-states created using the old, incorrect I/O APIC code. */
    589591                Assert(IOAPIC_RTE_GET_REMOTE_IRR(u64Rte));
     592#endif
    590593                pThis->au64RedirTable[idxRte] &= ~IOAPIC_RTE_REMOTE_IRR;
    591594                fRemoteIrrCleared = true;
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