Changeset 67140 in vbox for trunk/src/VBox
- Timestamp:
- May 30, 2017 12:48:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r65709 r67140 1316 1316 VGA implementation, so we fake it by going to ring-3 and using a heap buffer. */ 1317 1317 if (!pThis->svga.fEnabled) { /*likely*/ } 1318 else return VINF_IOM_R3_MMIO_ READ;1318 else return VINF_IOM_R3_MMIO_WRITE; 1319 1319 #endif 1320 1320
Note:
See TracChangeset
for help on using the changeset viewer.