]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/CpuPause.S
Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), AsmPrepa...
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / CpuPause.S
index ace2c6764ac1a6a82da5ec26dcf780dbc0b63131..c29dcf34cb73b9ad6114ed4726e1663b52cd991e 100644 (file)
@@ -1,5 +1,5 @@
 #------------------------------------------------------------------------------ ;\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -10,7 +10,7 @@
 #\r
 # Module Name:\r
 #\r
-#   CpuPause.Asm\r
+#   CpuPause.S\r
 #\r
 # Abstract:\r
 #\r
 #\r
 #------------------------------------------------------------------------------\r
 \r
-\r
-\r
-     \r
-     \r
+.globl ASM_PFX(CpuPause)\r
 \r
 #------------------------------------------------------------------------------\r
 # VOID\r
 #   VOID\r
 #   );\r
 #------------------------------------------------------------------------------\r
-.global _CpuPause\r
-_CpuPause: \r
+ASM_PFX(CpuPause):\r
     pause\r
     ret\r
-\r
-\r
-\r