]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X64/ReadDs.asm
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseLib / X64 / ReadDs.asm
index bdcddb65d89ee6be361e9f4a01b28a91c9b0689d..50c37b45f05f2ae8ab7921078c120a2910903263 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
@@ -31,9 +31,8 @@
 ;   );\r
 ;------------------------------------------------------------------------------\r
 AsmReadDs   PROC\r
-    mov     ax, ds\r
+    mov     eax, ds\r
     ret\r
 AsmReadDs   ENDP\r
 \r
     END\r
-\r