MdePkg: BaseCpuLib: Fix RISCV CpuSleep symbol name.

CpuSleep, not _CpuSleep.

Cc: Daniel Schaefer <git@danielschaefer.me>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
Signed-off-by: Andrei Warkentin <andrei.warkentin@intel.com>
This commit is contained in:
Andrei Warkentin 2023-02-17 18:44:15 -06:00 committed by mergify[bot]
parent 5bd2e5dfe6
commit 6ceaef4804
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@
.align 3
.section .text
.global ASM_PFX(_CpuSleep)
.global ASM_PFX(CpuSleep)
ASM_PFX(_CpuSleep):
ASM_PFX(CpuSleep):
wfi
ret