diff options
author | Liming Gao <liming.gao@intel.com> | 2018-01-02 20:41:43 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2018-01-03 14:19:45 +0800 |
commit | beacbc7492393992a8d10cd0a450c308a482f315 (patch) | |
tree | e49d77fd8feff63a793c327e4a6f89a098c5de03 /BaseTools/Source/Python/Common/LongFilePathOs.py | |
parent | 0ba795d21ad0df72ee3a12667d30ed7c64125b9c (diff) | |
download | edk2-beacbc7492393992a8d10cd0a450c308a482f315.tar.gz edk2-beacbc7492393992a8d10cd0a450c308a482f315.tar.bz2 edk2-beacbc7492393992a8d10cd0a450c308a482f315.zip |
BaseTools CommonLib: Fix printf %llx issue on UINT64
UINT64 is defined as the different type for the different ARCHs. To
let it work for all archs and compilers, add (unsigned long long) for
the input value together with %llx.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Common/LongFilePathOs.py')
0 files changed, 0 insertions, 0 deletions