Changeset 64356 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 21, 2016 1:42:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/GIM.cpp
r64115 r64356 634 634 * Map the MMIO2 region over the specified guest-physical address. 635 635 */ 636 int rc = PDMDevHlpMMIOExMap(pDevIns, pRegion->iRegion, GCPhysRegion);636 int rc = PDMDevHlpMMIOExMap(pDevIns, NULL, pRegion->iRegion, GCPhysRegion); 637 637 if (RT_SUCCESS(rc)) 638 638 {
Note:
See TracChangeset
for help on using the changeset viewer.