Changeset 64356 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Oct 21, 2016 1:42:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r64280 r64356 6139 6139 { 6140 6140 Assert(!(GCPhysAddress & 7)); 6141 rc = PDMDevHlpMMIOExMap(pPciDev->pDevIns, iRegion, GCPhysAddress);6141 rc = PDMDevHlpMMIOExMap(pPciDev->pDevIns, pPciDev, iRegion, GCPhysAddress); 6142 6142 } 6143 6143 #else
Note:
See TracChangeset
for help on using the changeset viewer.