]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/ReadMm2.S
remove unnecessary comments introduced by tools from MdePkg. The regular express...
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / ReadMm2.S
index 22a5d71ebc47e31108b8a3acd546884a0967540a..231d62c762741218abf1d0a8e8e0751ddda84c73 100644 (file)
 #\r
 #------------------------------------------------------------------------------\r
 \r
-\r
-\r
-     \r
-     \r
+.globl ASM_PFX(AsmReadMm2)\r
 \r
 #------------------------------------------------------------------------------\r
 # UINTN\r
 #   VOID\r
 #   );\r
 #------------------------------------------------------------------------------\r
-.global _AsmReadMm2\r
-_AsmReadMm2: \r
-    pushl   %eax\r
-    pushl   %eax\r
-    movq    %mm2,(%esp)\r
-    popl    %eax\r
-    popl    %edx\r
+ASM_PFX(AsmReadMm2):\r
+    push    %eax\r
+    push    %eax\r
+    movq    %mm2, (%esp)\r
+    pop     %eax\r
+    pop     %edx\r
     ret\r
-\r
-\r
-\r