From 1925ea691792bb7f8b54901f07384101699c0dcc Mon Sep 17 00:00:00 2001 From: Jeff Fan Date: Sat, 30 Nov 2013 06:33:08 +0000 Subject: 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 --- UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ExceptionHandlerAsm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UefiCpuPkg') 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) -- cgit v1.2.3