Core/Runtime/x64/PeVmExit.S

Correct issue during vmexit on the VM/PE processor.  Stack subtract
instruction for FP save Zinstruction had improper format.

Signed-off-by: Eugene Myers <edmyers@cyberpackventures.com>
This commit is contained in:
Eugene Myers 2023-03-21 15:20:55 -04:00
parent 945c5b6065
commit 2fae1c59a3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ ASM_GLOBAL ASM_PFX(PeStmHandlerSmm)
ASM_GLOBAL ASM_PFX(AsmHostEntrypointSmmPe)
ASM_PFX(AsmHostEntrypointSmmPe):
sub %rsp, 512
subq $0x200, %rsp
fxsave (%rsp)
push %r15
push %r14