X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OvmfPkg%2FSec%2FX64%2FSecEntry.asm;h=55f5eabbfdc473242e8d3d45b8e75a7076db6cd9;hp=f8ea9fcedc2105bbc7fa3521de8b85433de65031;hb=42a83e80f37c11a359e0fe78bb01e98225589b7d;hpb=b43619d0cdf17c649dde0373f2402a4b551138d8 diff --git a/OvmfPkg/Sec/X64/SecEntry.asm b/OvmfPkg/Sec/X64/SecEntry.asm index f8ea9fcedc..55f5eabbfd 100644 --- a/OvmfPkg/Sec/X64/SecEntry.asm +++ b/OvmfPkg/Sec/X64/SecEntry.asm @@ -16,7 +16,7 @@ ;* ;------------------------------------------------------------------------------ -#include "SecMain.h" +#include .code @@ -39,7 +39,7 @@ _ModuleEntryPoint PROC PUBLIC ; Load temporary stack top at very low memory. The C code ; can reload to a better address. ; - mov rsp, INITIAL_TOP_OF_STACK + mov rsp, BASE_512KB nop ;