Changeset 7679 in vbox for trunk/src/VBox/Devices/Bus
- Timestamp:
- Apr 1, 2008 12:50:06 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29200
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPCI.cpp
r7635 r7679 285 285 { 286 286 /* unmap it. */ 287 intrc = r->map_func(d, i, NIL_RTGCPHYS, r->size, (PCIADDRESSSPACE)(r->type));287 rc = r->map_func(d, i, NIL_RTGCPHYS, r->size, (PCIADDRESSSPACE)(r->type)); 288 288 AssertRC(rc); 289 289 rc = PDMDevHlpMMIO2Unmap(d->pDevIns, i, GCPhysBase);
Note:
See TracChangeset
for help on using the changeset viewer.