summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseCpuLib/X64/CpuSleep.S
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseCpuLib/X64/CpuSleep.S')
-rw-r--r--MdePkg/Library/BaseCpuLib/X64/CpuSleep.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseCpuLib/X64/CpuSleep.S b/MdePkg/Library/BaseCpuLib/X64/CpuSleep.S
index 6cb46f9f80..77452d0021 100644
--- a/MdePkg/Library/BaseCpuLib/X64/CpuSleep.S
+++ b/MdePkg/Library/BaseCpuLib/X64/CpuSleep.S
@@ -28,7 +28,7 @@
# VOID
# );
#------------------------------------------------------------------------------
-.global ASM_PFX(CpuSleep)
+ASM_GLOBAL ASM_PFX(CpuSleep)
ASM_PFX(CpuSleep):
hlt
ret