]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg: Fix UINT64 and INT64 word length for LoongArch64
authorChao Li <lichao@loongson.cn>
Tue, 31 Jan 2023 10:27:40 +0000 (18:27 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 1 Feb 2023 02:12:41 +0000 (02:12 +0000)
commitbda715bf6d7cf565ccd4eda1f48e850ab8e2d452
tree99c5f86669c9ea0e1a4fbf3b3e428e9bba7d5c3a
parent2f2fd79fc4000a9ef89792677e85c99224e5a035
MdePkg: Fix UINT64 and INT64 word length for LoongArch64

The UINT64 and INT64 should be defined as unsigned long long and long long
in the linux64 bit environment, but now defined as unsigned long and long,
so fix it.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4330

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Signed-off-by: Chao Li <lichao@loongson.cn>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
MdePkg/Include/LoongArch64/ProcessorBind.h