Changeset 71598 in vbox
- Timestamp:
- Apr 1, 2018 10:49:30 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121587
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp
r71596 r71598 2992 2992 * Process the command. 2993 2993 */ 2994 rc = vboxVDMACmdExec(pVdma, (uint8_t const *)pbCmdBuf, cbCmdBuf); /* @todo fixme later */2994 rc = vboxVDMACmdExec(pVdma, (uint8_t const *)pbCmdBuf, cbCmdBuf); /** @todo fixme later */ 2995 2995 AssertRC(rc); 2996 2996
Note:
See TracChangeset
for help on using the changeset viewer.