X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FX64%2FReadDr6.S;h=6186d497ae9ec90fd8d71f168ca5af16fb9d980b;hb=373ade0eb64a522e45b1b94c15b95fb5ab417c00;hp=f1d12aaa51a0fda0c0ee6ee12e23a791fd3c39f1;hpb=b1ff428c96518b7f4810eff4688d60ac7c65fba5;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/X64/ReadDr6.S b/MdePkg/Library/BaseLib/X64/ReadDr6.S index f1d12aaa51..6186d497ae 100644 --- a/MdePkg/Library/BaseLib/X64/ReadDr6.S +++ b/MdePkg/Library/BaseLib/X64/ReadDr6.S @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ # -# Copyright (c) 2006, Intel Corporation +# Copyright (c) 2006 - 2008, 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 @@ -32,5 +32,5 @@ .global ASM_PFX(AsmReadDr6) .align 16 ASM_PFX(AsmReadDr6): - mov %dr6, %rax + mov %dr6, %rax ret