]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Correct if condition expression for DatumType == 'VOID*'
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 24 May 2017 08:16:07 +0000 (16:16 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 25 May 2017 03:16:39 +0000 (11:16 +0800)
commit687bde9cac2ce1a45d916bc26caa370d15d58fce
treee54acfdec581d8d3493891f5c52689b56d535326
parent0fff7d6740419417b65361529612a49a6a2b96b2
BaseTools: Correct if condition expression for DatumType == 'VOID*'

Correct the if condition expression for DatumType == 'VOID*'. Current
this condition is not work since the DatumType is changed before we do
the value judgement.

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