]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/VirtioGpuDxe: replace struct copy with CopyMem call
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 30 May 2022 09:22:55 +0000 (11:22 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 30 May 2022 10:44:45 +0000 (10:44 +0000)
commit3ca7326b37c5d20d9473f47266074e61ea384c5b
tree08af332abe901abaca76154c1c204c626325d39b
parentdac2fc8146e42ef19cd50ecbe32ccb7705b76fa3
OvmfPkg/VirtioGpuDxe: replace struct copy with CopyMem call

Buildfix for `-t CLANG38 -b NOOPT -p OvmfPkg/OvmfPkgX64.dsc`.

Fixes: 5f6ecaa398ba ("OvmfPkg/VirtioGpuDxe: use GopQueryMode in GopSetMode")
Reported-by: Rebecca Cran <quic_rcran@quicinc.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
OvmfPkg/VirtioGpuDxe/Gop.c