]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ExceptionHandlerAsm.S
Add missing ASM_PFX for HookAfterStubHeaderEnd.
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / Ia32 / ExceptionHandlerAsm.S
index bf18d29db82bdc4c96595281ec9e04e072e84c0b..387b4b26bf392e792ab0c6b9505440da571c1c27 100644 (file)
@@ -267,7 +267,7 @@ VectorNum:
     .long   ASM_PFX(HookAfterStubHeaderEnd)\r
     jmp     *%eax\r
 ASM_GLOBAL ASM_PFX(HookAfterStubHeaderEnd)\r
-HookAfterStubHeaderEnd:\r
+ASM_PFX(HookAfterStubHeaderEnd):\r
     popl    %eax\r
     subl    $8, %esp        # reserve room for filling exception data later\r
     pushl   8(%esp)\r