- Timestamp:
- Jul 6, 2016 7:56:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevIOAPIC_New.cpp
r62012 r62033 587 587 if (IOAPIC_RTE_GET_VECTOR(u64Rte) == u8Vector) 588 588 { 589 #ifdef DEBUG_ramshankar 590 /* This assertion may trigger when restoring saved-states created using the old, incorrect I/O APIC code. */ 589 591 Assert(IOAPIC_RTE_GET_REMOTE_IRR(u64Rte)); 592 #endif 590 593 pThis->au64RedirTable[idxRte] &= ~IOAPIC_RTE_REMOTE_IRR; 591 594 fRemoteIrrCleared = true;
Note:
See TracChangeset
for help on using the changeset viewer.