Changeset 39402 in vbox for trunk/src/VBox/VMM/VMMR3/MMHyper.cpp
- Timestamp:
- Nov 23, 2011 4:25:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/MMHyper.cpp
r39078 r39402 582 582 RTHCPHYS HCPhys; 583 583 rc = PGMR3PhysMMIO2GetHCPhys(pVM, pDevIns, iRegion, offCur, &HCPhys); 584 AssertRCReturn(rc, VERR_INTERNAL_ERROR);584 AssertRCReturn(rc, rc); 585 585 rc = PGMMap(pVM, GCPtr + (offCur - off), HCPhys, PAGE_SIZE, 0); 586 586 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.