]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/Monitor.S
1. Updated function headers in all assembly files.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / Monitor.S
index 8da0e341ed35e8e137e21fc8ba798f3e55f4465d..371e1839fce534de8cb410dd7a3918380322bc86 100644 (file)
@@ -21,9 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-\r
-\r
-     \r
+.global _AsmMonitor\r
 \r
 #------------------------------------------------------------------------------\r
 # UINT64\r
 #   IN      UINTN                     Edx\r
 #   );\r
 #------------------------------------------------------------------------------\r
-.global _AsmMonitor\r
-_AsmMonitor: \r
-    movl    4(%esp),%eax\r
-    movl    8(%esp),%ecx\r
-    movl    12(%esp),%edx\r
-    monitor %eax,%ecx,%edx\r
+_AsmMonitor:\r
+    movl    4(%esp), %eax\r
+    movl    8(%esp), %ecx\r
+    movl    12(%esp), %edx\r
+    monitor %eax, %ecx, %edx\r
     ret\r
-\r
-\r
-\r