Changeset 82282 in vbox
- Timestamp:
- Nov 29, 2019 12:40:59 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135106
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r82258 r82282 5588 5588 int rc = PGMHandlerPhysicalRegister(PDMDevHlpGetVM(pDevIns), 5589 5589 pThis->GCPhysVRAM, pThis->GCPhysVRAM + (cbFrameBuffer - 1), 5590 pThis->hLfbAccessHandlerType, p This, pDevIns->pvInstanceDataR0,5590 pThis->hLfbAccessHandlerType, pDevIns, pDevIns->pvInstanceDataR0, 5591 5591 pDevIns->pvInstanceDataRC, "VGA LFB"); 5592 5592
Note:
See TracChangeset
for help on using the changeset viewer.