summaryrefslogtreecommitdiff
path: root/OvmfPkg
diff options
context:
space:
mode:
authorDongyan Qian <qiandongyan@loongson.cn>2024-06-25 11:09:01 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-06-26 00:52:39 +0000
commit2fbaaa96d11ad61a9133df1728e3fe965d1457a5 (patch)
tree777b8026108826bb81078f8b8c486dbeb0940d97 /OvmfPkg
parent5db0091418c8ed6a62178469e8ffb3dacaab13ee (diff)
downloadedk2-2fbaaa96d11ad61a9133df1728e3fe965d1457a5.zip
edk2-2fbaaa96d11ad61a9133df1728e3fe965d1457a5.tar.gz
edk2-2fbaaa96d11ad61a9133df1728e3fe965d1457a5.tar.bz2
MdePkg/BaseLib: Fix an instruction write width error in LoongArch64
Cpucfg fetch is a 32-bit register, and AsmCpucfg's function declaration is a 32-bit address storage operation in BaseLib.h, So, fix it by replacing stptr.d with stptr.w instrcution. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4797 Cc: Chao Li <lichao@loongson.cn> Signed-off-by: Dongyan Qian <qiandongyan@loongson.cn> Co-authored-by: Chao Li <lichao@loongson.cn>
Diffstat (limited to 'OvmfPkg')
0 files changed, 0 insertions, 0 deletions