Skip to content
Commit 44ec9585 authored by Michael D Kinney's avatar Michael D Kinney
Browse files

Vlv2TbltDevicePkg/VlvPlatformInitDxe: Avoid memset() intrinsic



VS2017 builds for X64 are failing due to the use of the
memset() intrinsic.  The local variable GopVersion is an
array that is initialed in the declaration.  Update to
use ZeroMem() to initialize GopVersion.

Cc: Zailiang Sun <zailiang.sun@intel.com>
Cc: Gary Lin <glin@suse.com>
Signed-off-by: default avatarMichael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: default avatarZailiang Sun <Zailiang.sun@intel.com>
Reviewed-by: default avatarGary Lin <glin@suse.com>
parent 19ce9d3f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment