mirror of https://github.com/acidanthera/audk.git
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)
|
||||
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)
|
||||
|
|
Loading…
Reference in New Issue