Revision: 14922
          http://sourceforge.net/p/edk2/code/14922
Author:   vanjeff
Date:     2013-11-30 06:33:08 +0000 (Sat, 30 Nov 2013)
Log Message:
-----------
Add missing ASM_PFX for HookAfterStubHeaderEnd.

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 08:37:23 UTC (rev 14921)
+++ 
trunk/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ExceptionHandlerAsm.S 
    2013-11-30 06:33:08 UTC (rev 14922)
@@ -267,7 +267,7 @@
     .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)

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