]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/ReadPmc.S
1. Updated function headers in all assembly files.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / ReadPmc.S
index 868e85c23d04f361205b7881402eb987771ef0fe..a6c4e6ef0057b08d7790291be3d0828be8be84aa 100644 (file)
@@ -21,9 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-\r
-\r
-     \r
+.global _AsmReadPmc\r
 \r
 #------------------------------------------------------------------------------\r
 # UINT64\r
 #   IN UINT32   PmcIndex\r
 #   );\r
 #------------------------------------------------------------------------------\r
-.global _AsmReadPmc\r
-_AsmReadPmc: \r
-    movl    4(%esp),%ecx\r
+_AsmReadPmc:\r
+    movl    4(%esp), %ecx\r
     rdpmc\r
     ret\r
-\r
-\r
-\r