diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/CpuPause.S')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/CpuPause.S | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/CpuPause.S b/MdePkg/Library/BaseLib/Ia32/CpuPause.S index ace2c6764a..7df74327e5 100644 --- a/MdePkg/Library/BaseLib/Ia32/CpuPause.S +++ b/MdePkg/Library/BaseLib/Ia32/CpuPause.S @@ -20,10 +20,7 @@ #
#------------------------------------------------------------------------------
-
-
-
-
+.global _CpuPause
#------------------------------------------------------------------------------
# VOID
@@ -32,10 +29,6 @@ # VOID
# );
#------------------------------------------------------------------------------
-.global _CpuPause
-_CpuPause:
+_CpuPause:
pause
ret
-
-
-
|