summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseCpuLib/AArch64/CpuSleep.S
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseCpuLib/AArch64/CpuSleep.S')
-rw-r--r--MdePkg/Library/BaseCpuLib/AArch64/CpuSleep.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseCpuLib/AArch64/CpuSleep.S b/MdePkg/Library/BaseCpuLib/AArch64/CpuSleep.S
index 410a271..6853e0c 100644
--- a/MdePkg/Library/BaseCpuLib/AArch64/CpuSleep.S
+++ b/MdePkg/Library/BaseCpuLib/AArch64/CpuSleep.S
@@ -29,5 +29,6 @@ GCC_ASM_EXPORT(CpuSleep)
#
ASM_PFX(CpuSleep):
+ AARCH64_BTI(c)
wfi
ret