]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X64/DisablePaging64.asm
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseLib / X64 / DisablePaging64.asm
index 5f556a4ca60d986988af930236b9c689785ba1cf..4895ba85fa4aed3d248885ed2d6b0599608e1a5f 100644 (file)
@@ -1,7 +1,7 @@
 ;------------------------------------------------------------------------------\r
 ;\r
-; Copyright (c) 2006 - 2008, Intel Corporation\r
-; All rights reserved. This program and the accompanying materials\r
+; Copyright (c) 2006 - 2008, 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
@@ -41,7 +41,7 @@ InternalX86DisablePaging64    PROC
     lea     rax, mTransitionEnd         ; rax <- end of transition code\r
     sub     rax, rsi                    ; rax <- The size of transition piece code \r
     add     rax, 4                      ; Round RAX up to the next 4 byte boundary\r
-    and     rax, 0fffffffch\r
+    and     al, 0fch\r
     sub     rdi, rax                    ; rdi <- Use stack to hold transition code\r
     mov     r10d, edi                   ; r10 <- The start address of transicition code below 4G\r
     push    rcx                         ; save rcx to stack\r