]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/WriteDr3.asm
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / WriteDr3.asm
index c1dbc826b3e8e29f129169195ab963bb0cdddb15..15f5c3d561e2205e4b1a6958085f7fef8c93dff1 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
     .586p\r
-    .model  flat\r
+    .model  flat,C\r
     .code\r
 \r
 ;------------------------------------------------------------------------------\r
-; VOID\r
+; UINTN\r
 ; EFIAPI\r
 ; AsmWriteDr3 (\r
 ;   IN UINTN Value\r
 ;   );\r
 ;------------------------------------------------------------------------------\r
-_AsmWriteDr3    PROC\r
+AsmWriteDr3 PROC\r
     mov     eax, [esp + 4]\r
     mov     dr3, eax\r
     ret\r
-_AsmWriteDr3    ENDP\r
+AsmWriteDr3 ENDP\r
 \r
     END\r