]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/WriteMsr64.S
1. Updated function headers in all assembly files.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / WriteMsr64.S
index 802aad780391e822c182c6ca83d7b840436796b4..8af214755488af7bc5f2682261fc519037d36cb7 100644 (file)
 #\r
 #------------------------------------------------------------------------------\r
 \r
-\r
-\r
-     \r
-\r
 #------------------------------------------------------------------------------\r
 # UINT64\r
 # EFIAPI\r
 #   );\r
 #------------------------------------------------------------------------------\r
 .global _AsmWriteMsr64\r
-_AsmWriteMsr64: \r
-    movl    12(%esp),%edx\r
-    movl    8(%esp),%eax\r
-    movl    4(%esp),%ecx\r
+_AsmWriteMsr64:\r
+    movl    12(%esp), %edx\r
+    movl    8(%esp), %eax\r
+    movl    4(%esp), %ecx\r
     wrmsr\r
     ret\r
-\r
-\r
-\r