VirtualBox

Changeset 51816 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
Jul 2, 2014 2:51:41 PM (11 years ago)
Author:
vboxsync
Message:

vga/CmdVbva: var initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp

    r51524 r51816  
    19031903                cbCmdPart = sizeof (*pRealCmdHdr) - cbCmdPart;
    19041904                memcpy(((uint8_t*)(&Hdr)) + cbCmdPart, pvCmd, cbCmdPart);
     1905                pRealCmdHdr = &Hdr;
    19051906                pvCurCmdTail = (const void*)(((uint8_t*)pvCmd) + cbCmdPart);
    19061907                cbCurCmdTail = PAGE_SIZE - cbCmdPart;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette