diff options
author | Dongyan Qian <qiandongyan@loongson.cn> | 2024-06-25 11:09:01 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-06-26 00:52:39 +0000 |
commit | 2fbaaa96d11ad61a9133df1728e3fe965d1457a5 (patch) | |
tree | 777b8026108826bb81078f8b8c486dbeb0940d97 /OvmfPkg | |
parent | 5db0091418c8ed6a62178469e8ffb3dacaab13ee (diff) | |
download | edk2-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