X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FReadDr2.asm;h=bbc77b699251e3369f7a098acbee75cb298fe759;hb=881813d7a93d9009c873515b043c41c4554779e4;hp=9122d42545b7b60e915cd75fe5084a1b46f7ba4f;hpb=185d764218d07c06838d4758125a5ca66178e7c9;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/ReadDr2.asm b/MdePkg/Library/BaseLib/Ia32/ReadDr2.asm index 9122d42545..bbc77b6992 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadDr2.asm +++ b/MdePkg/Library/BaseLib/Ia32/ReadDr2.asm @@ -1,10 +1,10 @@ ;------------------------------------------------------------------------------ ; -; Copyright (c) 2006, Intel Corporation -; All rights reserved. This program and the accompanying materials +; Copyright (c) 2006, Intel Corporation. All rights reserved.
+; This program and the accompanying materials ; are licensed and made available under the terms and conditions of the BSD License ; which accompanies this distribution. The full text of the license may be found at -; http://opensource.org/licenses/bsd-license.php +; http://opensource.org/licenses/bsd-license.php. ; ; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, ; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @@ -22,7 +22,7 @@ ;------------------------------------------------------------------------------ .586p - .model flat + .model flat,C .code ;------------------------------------------------------------------------------ @@ -32,9 +32,9 @@ ; VOID ; ); ;------------------------------------------------------------------------------ -_AsmReadDr2 PROC +AsmReadDr2 PROC mov eax, dr2 ret -_AsmReadDr2 ENDP +AsmReadDr2 ENDP END