]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/Ia32/Flat32.nasm
IntelFsp2Pkg: X64 compatible changes to support PEI in 64bit
[mirror_edk2.git] / IntelFsp2Pkg / Library / SecFspSecPlatformLibNull / Ia32 / Flat32.nasm
index aef7f96d1d3a07215318bdbf5a9e8738348b022a..95d015d928417e12488bd10443ab650424f84b29 100644 (file)
@@ -2,7 +2,7 @@
 ;  This is the code that goes from real-mode to protected mode.\r
 ;  It consumes the reset vector, configures the stack.\r
 ;\r
-; Copyright (c) 2015 - 2019, Intel Corporation. All rights reserved.<BR>\r
+; Copyright (c) 2015 - 2022, Intel Corporation. All rights reserved.<BR>\r
 ; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;;\r
 \r
@@ -16,7 +16,7 @@ SECTION .text
 \r
 %macro RET_ESI  0\r
 \r
-  movd    esi, mm7                      ; restore ESP from MM7\r
+  movd    esi, mm7                      ; restore EIP from MM7\r
   jmp     esi\r
 \r
 %endmacro\r