Add missing ASM_PFX for HookAfterStubHeaderEnd.
Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14922 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
958313ba20
commit
1925ea6917
@ -267,7 +267,7 @@ VectorNum:
|
|||||||
.long ASM_PFX(HookAfterStubHeaderEnd)
|
.long ASM_PFX(HookAfterStubHeaderEnd)
|
||||||
jmp *%eax
|
jmp *%eax
|
||||||
ASM_GLOBAL ASM_PFX(HookAfterStubHeaderEnd)
|
ASM_GLOBAL ASM_PFX(HookAfterStubHeaderEnd)
|
||||||
HookAfterStubHeaderEnd:
|
ASM_PFX(HookAfterStubHeaderEnd):
|
||||||
popl %eax
|
popl %eax
|
||||||
subl $8, %esp # reserve room for filling exception data later
|
subl $8, %esp # reserve room for filling exception data later
|
||||||
pushl 8(%esp)
|
pushl 8(%esp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user