]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Similar to octal data rectification
authorZhijux Fan <zhijux.fan@intel.com>
Wed, 16 Jan 2019 12:22:11 +0000 (20:22 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Fri, 1 Feb 2019 03:09:22 +0000 (11:09 +0800)
commit94c912950c2f588ab8c3725d7aaa3d7c07aaa995
treea8849c9a19ea5545b0aa2441ff0ad64f4f3f1e7b
parent30e65c4e196b2d162b648212bf049e9353590997
BaseTools: Similar to octal data rectification

In python3, if Value is octal data, the int(Value, 0) report an error

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/AutoGen/GenC.py
BaseTools/Source/Python/Common/Misc.py
BaseTools/Source/Python/build/BuildReport.py