Changeset 65338 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jan 16, 2017 2:11:15 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112919
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp
r65299 r65338 2946 2946 return VERR_INVALID_PARAMETER; 2947 2947 } 2948 if (!pIoApicReg->pfnSetIrqR3 || !pIoApicReg->pfnSendMsiR3 2949 #ifdef VBOX_WITH_NEW_IOAPIC 2950 || !pIoApicReg->pfnSetEoiR3 2951 #endif 2952 ) 2948 if (!pIoApicReg->pfnSetIrqR3 || !pIoApicReg->pfnSendMsiR3 || !pIoApicReg->pfnSetEoiR3) 2953 2949 { 2954 2950 Assert(pIoApicReg->pfnSetIrqR3);
Note:
See TracChangeset
for help on using the changeset viewer.