]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/CpuSleep.S
1. Updated function headers in all assembly files.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / CpuSleep.S
index 9b7713128fdf84aa7034ede8d15454fe4581edd7..93106df0f7c25f2ee93dc6730250995166a28a64 100644 (file)
@@ -20,9 +20,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-\r
-\r
-     \r
+.global _CpuSleep\r
 \r
 #------------------------------------------------------------------------------\r
 # VOID\r
 #   VOID\r
 #   );\r
 #------------------------------------------------------------------------------\r
-.global _CpuSleep\r
-_CpuSleep: \r
+_CpuSleep:\r
     hlt\r
     ret\r
-\r
-\r
-\r