summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S')
-rw-r--r--MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S b/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S
index cf20b08762..ec2061a4b3 100644
--- a/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S
+++ b/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S
@@ -17,6 +17,7 @@
.text
.p2align 2
.globl ASM_PFX(CpuSleep)
+INTERWORK_FUNC(CpuSleep)
#/**
# Places the CPU in a sleep state until an interrupt is received.