diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/CpuSleep.S')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/CpuSleep.S | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/CpuSleep.S b/MdePkg/Library/BaseLib/Ia32/CpuSleep.S index 9b7713128f..93106df0f7 100644 --- a/MdePkg/Library/BaseLib/Ia32/CpuSleep.S +++ b/MdePkg/Library/BaseLib/Ia32/CpuSleep.S @@ -20,9 +20,7 @@ #
#------------------------------------------------------------------------------
-
-
-
+.global _CpuSleep
#------------------------------------------------------------------------------
# VOID
@@ -31,10 +29,6 @@ # VOID
# );
#------------------------------------------------------------------------------
-.global _CpuSleep
-_CpuSleep:
+_CpuSleep:
hlt
ret
-
-
-
|