Changeset 85476 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Jul 27, 2020 6:09:47 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139530
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r85438 r85476 5720 5720 Log(("vmsvgaR3IORegionMap: GCPhysFIFO=%RGp cbFIFO=%#x\n", GCPhysAddress, pThis->svga.cbFIFO)); 5721 5721 } 5722 rc = VINF_PCI_MAPPING_DONE; /* caller only cares about this status, so it is okay that we overwrite erro s here. */5722 rc = VINF_PCI_MAPPING_DONE; /* caller only cares about this status, so it is okay that we overwrite errors here. */ 5723 5723 } 5724 5724 else
Note:
See TracChangeset
for help on using the changeset viewer.