summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/X64/CpuSleep.S
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/X64/CpuSleep.S')
-rw-r--r--MdePkg/Library/BaseLib/X64/CpuSleep.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/X64/CpuSleep.S b/MdePkg/Library/BaseLib/X64/CpuSleep.S
index 681e4c12c3..658cb1aeff 100644
--- a/MdePkg/Library/BaseLib/X64/CpuSleep.S
+++ b/MdePkg/Library/BaseLib/X64/CpuSleep.S
@@ -28,7 +28,7 @@
# VOID
# );
#------------------------------------------------------------------------------
-.global _CpuSleep;
-_CpuSleep:
+.global ASM_PFX(CpuSleep)
+ASM_PFX(CpuSleep):
hlt
ret