Changeset 88613 in vbox for trunk/src/VBox/Devices/Bus
- Timestamp:
- Apr 21, 2021 2:41:55 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r88611 r88613 5202 5202 if (RT_FAILURE(rc)) 5203 5203 { 5204 LogFunc(("Failed to unmap MMIO region at %#RGp. rc=%Rrc\n", rc));5204 LogFunc(("Failed to unmap MMIO region at %#RGp. rc=%Rrc\n", GCPhysMmioBasePrev, rc)); 5205 5205 return rc; 5206 5206 }
Note:
See TracChangeset
for help on using the changeset viewer.