Changeset 89071 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- May 17, 2021 5:50:35 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevIoApic.cpp
r89070 r89071 568 568 static void ioapicSignalIntrForRte(PPDMDEVINS pDevIns, PIOAPIC pThis, PIOAPICCC pThisCC, uint8_t idxRte) 569 569 { 570 #ifndef IOAPIC_WITH_PDM_CRITSECT 571 Assert(PDMCritSectIsOwner(&pThis->CritSect)); 572 #endif 570 Assert(IOAPIC_LOCK_IS_OWNER(pDevIns, pThis, pThisCC)); 573 571 574 572 /*
Note:
See TracChangeset
for help on using the changeset viewer.