Changeset 62163 in vbox for trunk/src/VBox
- Timestamp:
- Jul 11, 2016 3:30:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevIOAPIC_New.cpp
r62162 r62163 177 177 #endif 178 178 179 #define IOAPIC_WITH_PDM_CRITSECT180 179 #ifdef IOAPIC_WITH_PDM_CRITSECT 181 180 # define IOAPIC_LOCK(pThis, rcBusy) (pThis)->CTX_SUFF(pIoApicHlp)->pfnLock((pThis)->CTX_SUFF(pDevIns), (rcBusy)) 182 181 # define IOAPIC_UNLOCK(pThis) (pThis)->CTX_SUFF(pIoApicHlp)->pfnUnlock((pThis)->CTX_SUFF(pDevIns)) 182 # error "Unused, remove me for debugging" 183 183 #else 184 184 # define IOAPIC_LOCK(pThis, rcBusy) PDMCritSectEnter(&(pThis)->CritSect, (rcBusy))
Note:
See TracChangeset
for help on using the changeset viewer.