]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix one expression bug to support ~ operate
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 22 Aug 2018 02:11:23 +0000 (10:11 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 28 Aug 2018 06:33:47 +0000 (14:33 +0800)
commitf25cd80e4d823fa6f7d970d9f0ddb935327446ba
tree41452f56b96524c9608dcedcd6eb5525d981551a
parentf2cc33d84949b711193aed145254f3b71dbfea57
BaseTools: Fix one expression bug to support ~ operate

current use (0x41>=~0x0&0x41|0x0) as Pcd value cause build failure
because the ~ is not correctly recognized.

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/Common/Expression.py