From: Jeff Fan Date: Sat, 30 Nov 2013 06:33:08 +0000 (+0000) Subject: Add missing ASM_PFX for HookAfterStubHeaderEnd. X-Git-Tag: edk2-stable201903~12035 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=1925ea691792bb7f8b54901f07384101699c0dcc Add missing ASM_PFX for HookAfterStubHeaderEnd. Signed-off-by: Jeff Fan Reviewed-by: Feng Tian git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14922 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ExceptionHandlerAsm.S b/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ExceptionHandlerAsm.S index bf18d29db8..387b4b26bf 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ExceptionHandlerAsm.S +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ExceptionHandlerAsm.S @@ -267,7 +267,7 @@ VectorNum: .long ASM_PFX(HookAfterStubHeaderEnd) jmp *%eax ASM_GLOBAL ASM_PFX(HookAfterStubHeaderEnd) -HookAfterStubHeaderEnd: +ASM_PFX(HookAfterStubHeaderEnd): popl %eax subl $8, %esp # reserve room for filling exception data later pushl 8(%esp)