Revision: 14921
          http://sourceforge.net/p/edk2/code/14921
Author:   vanjeff
Date:     2013-11-29 08:37:23 +0000 (Fri, 29 Nov 2013)
Log Message:
-----------
Fixed typo: HookAfterStubEnd should be HookAfterStubHeaderEnd. It will make 
UINIXGCC IA32 build issue:

Signed-off-by: Jeff Fan <[email protected]>
Reviewed-by: Feng Tian <[email protected]>

Modified Paths:
--------------
    
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ExceptionHandlerAsm.S

Modified: 
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ExceptionHandlerAsm.S
===================================================================
--- 
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ExceptionHandlerAsm.S 
    2013-11-29 04:44:22 UTC (rev 14920)
+++ 
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ExceptionHandlerAsm.S 
    2013-11-29 08:37:23 UTC (rev 14921)
@@ -23,7 +23,7 @@
 
 ASM_GLOBAL ASM_PFX(CommonExceptionHandler)
 ASM_GLOBAL ASM_PFX(CommonInterruptEntry)
-ASM_GLOBAL ASM_PFX(HookAfterStubEnd)
+ASM_GLOBAL ASM_PFX(HookAfterStubHeaderEnd)
 
 #EXTRN ASM_PFX(mErrorCodeFlag):DWORD           # Error code flags for 
exceptions
 #EXTRN ASM_PFX(mDoFarReturnFlag):DWORD         # Do far return flag

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to