]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/GenC.py
BaseTools: Fix a bug for VOID* type Fixatbuild Pcd in Library
authorYonghong Zhu <yonghong.zhu@intel.com>
Tue, 13 Mar 2018 14:44:01 +0000 (22:44 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 10 Apr 2018 05:54:13 +0000 (13:54 +0800)
commit1bfcf64f39ce33fd6529c91fad6e9fe50f1698b1
tree4b89045e34b22b5de599750b0cba72ca8827ec2a
parentb9a6d9d7ca59563b769fbf0218f204913bddf45d
BaseTools: Fix a bug for VOID* type Fixatbuild Pcd in Library

The case is a FixedAtBuild VOID* PCD is used from a lib, but is set to a
different sized value in a module INF scope <PcdsFixedAtBuild> section.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/GenC.py