X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FX64%2FWriteDr3.asm;h=8873916c4e79948a3560be2e3f4ae4bf129e641d;hp=51c14072771dc64ca0d074a3d29f09bf1605f93b;hb=2fc59a003ed9104f9feebe0e418f2a04a50f3284;hpb=185d764218d07c06838d4758125a5ca66178e7c9 diff --git a/MdePkg/Library/BaseLib/X64/WriteDr3.asm b/MdePkg/Library/BaseLib/X64/WriteDr3.asm index 51c1407277..8873916c4e 100644 --- a/MdePkg/Library/BaseLib/X64/WriteDr3.asm +++ b/MdePkg/Library/BaseLib/X64/WriteDr3.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. @@ -27,11 +27,12 @@ ; UINTN ; EFIAPI ; AsmWriteDr3 ( -; VOID +; IN UINTN Value ; ); ;------------------------------------------------------------------------------ AsmWriteDr3 PROC mov dr3, rcx + mov rax, rcx ret AsmWriteDr3 ENDP