]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/ResetVector/Vtf0/Ia32/Flat32ToFlat64.asm
UefiCpuPkg: Clean up source files
[mirror_edk2.git] / UefiCpuPkg / ResetVector / Vtf0 / Ia32 / Flat32ToFlat64.asm
index 62e71da3d5d9c99825e62faa85a571cad334d3b0..5b6b375330d708229b88788929024aa43fa12583 100644 (file)
@@ -2,7 +2,7 @@
 ; @file\r
 ; Transition from 32 bit flat protected mode into 64 bit flat protected mode\r
 ;\r
-; Copyright (c) 2008 - 2013, Intel Corporation. All rights reserved.<BR>\r
+; Copyright (c) 2008 - 2018, 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
@@ -24,7 +24,7 @@ Transition32FlatTo64Flat:
 \r
     mov     eax, cr4\r
     bts     eax, 5                      ; enable PAE\r
-    mov     cr4, eax                    \r
+    mov     cr4, eax\r
 \r
     mov     ecx, 0xc0000080\r
     rdmsr\r