]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/Monitor.S
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / Monitor.S
index d34b8c107b0452fbf53bddc4aa1d129594243fbd..94f1f98f440c62682c15a240c1e5f62131a21db9 100644 (file)
@@ -21,7 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl ASM_PFX(AsmMonitor)\r
+ASM_GLOBAL ASM_PFX(AsmMonitor)\r
 \r
 #------------------------------------------------------------------------------\r
 # UINT64\r
@@ -36,5 +36,5 @@ ASM_PFX(AsmMonitor):
     movl    4(%esp), %eax\r
     movl    8(%esp), %ecx\r
     movl    12(%esp), %edx\r
-    monitor %eax, %ecx, %edx\r
+    monitor %eax, %ecx, %edx            # monitor\r
     ret\r