]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/WriteMm2.asm
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / WriteMm2.asm
index a18417a0d1dc9a18fc195895b68287052ff81742..07d762d7e9ddf4c43b204f17ed76ee184a7d5b88 100644 (file)
@@ -1,7 +1,7 @@
 ;------------------------------------------------------------------------------\r
 ;\r
-; Copyright (c) 2006, Intel Corporation\r
-; All rights reserved. This program and the accompanying materials\r
+; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+; This program and the accompanying materials\r
 ; are licensed and made available under the terms and conditions of the BSD License\r
 ; which accompanies this distribution.  The full text of the license may be found at\r
 ; http://opensource.org/licenses/bsd-license.php\r
 ;\r
 ;------------------------------------------------------------------------------\r
 \r
-    .586P\r
-    .model  flat\r
-    .xmm\r
+    .586\r
+    .model  flat,C\r
+    .mmx\r
     .code\r
 \r
 ;------------------------------------------------------------------------------\r
-; UINT64\r
+; VOID\r
 ; EFIAPI\r
 ; AsmWriteMm2 (\r
 ;   IN UINT64   Value\r
 ;   );\r
 ;------------------------------------------------------------------------------\r
-_AsmWriteMm2    PROC\r
+AsmWriteMm2 PROC\r
     movq    mm2, [esp + 4]\r
     ret\r
-_AsmWriteMm2    ENDP\r
+AsmWriteMm2 ENDP\r
 \r
     END\r