]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fixed typo: HookAfterStubEnd should be HookAfterStubHeaderEnd. It will make UINIXGCC...
authorJeff Fan <jeff.fan@intel.com>
Fri, 29 Nov 2013 08:37:23 +0000 (08:37 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 29 Nov 2013 08:37:23 +0000 (08:37 +0000)
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@14921 6f19259b-4bc3-4df7-8a09-765794883524

UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ExceptionHandlerAsm.S

index 92c8dcafd47dfaf178a3d4e96a916d81e653c5ec..bf18d29db82bdc4c96595281ec9e04e072e84c0b 100644 (file)
@@ -23,7 +23,7 @@
 \r
 ASM_GLOBAL ASM_PFX(CommonExceptionHandler)\r
 ASM_GLOBAL ASM_PFX(CommonInterruptEntry)\r
-ASM_GLOBAL ASM_PFX(HookAfterStubEnd)\r
+ASM_GLOBAL ASM_PFX(HookAfterStubHeaderEnd)\r
 \r
 #EXTRN ASM_PFX(mErrorCodeFlag):DWORD           # Error code flags for exceptions\r
 #EXTRN ASM_PFX(mDoFarReturnFlag):DWORD         # Do far return flag\r