Changeset 64354 in vbox for trunk/src/VBox
- Timestamp:
- Oct 21, 2016 1:16:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Samples/DevPlayground.cpp
r64353 r64354 92 92 if (GCPhysAddress == NIL_RTGCPHYS) 93 93 return VINF_SUCCESS; /* We ignore the unmap notification. */ 94 return PDMDevHlpMMIOExMap(pPciDev->pDevIns, iRegion, GCPhysAddress);94 return PDMDevHlpMMIOExMap(pPciDev->pDevIns, pPciDev, iRegion, GCPhysAddress); 95 95 96 96 default:
Note:
See TracChangeset
for help on using the changeset viewer.