Changeset 64387 in vbox for trunk/src/VBox/Devices/Graphics/DevVGA.cpp
- Timestamp:
- Oct 24, 2016 2:06:02 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111495
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r64373 r64387 5400 5400 * @callback_method_impl{FNPCIIOREGIONMAP, Mapping/unmapping the VRAM MMI2 region} 5401 5401 */ 5402 static DECLCALLBACK(int) vgaR3IORegionMap(PPDMDEVINS pDevIns, PP CIDEVICEpPciDev, uint32_t iRegion,5402 static DECLCALLBACK(int) vgaR3IORegionMap(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, uint32_t iRegion, 5403 5403 RTGCPHYS GCPhysAddress, RTGCPHYS cb, PCIADDRESSSPACE enmType) 5404 5404 {
Note:
See TracChangeset
for help on using the changeset viewer.