Changeset 71771 in vbox
- Timestamp:
- Apr 9, 2018 2:22:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/MsixCommon.cpp
r71770 r71771 138 138 } 139 139 140 PDMBOTHCBDECL(int ,) msixR3MMIOWrite(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS GCPhysAddr, void const *pv, unsigned cb)140 PDMBOTHCBDECL(int) msixR3MMIOWrite(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS GCPhysAddr, void const *pv, unsigned cb) 141 141 { 142 142 LogFlowFunc(("\n"));
Note:
See TracChangeset
for help on using the changeset viewer.