X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FSetJump.S;fp=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FSetJump.S;h=c8993084acc67515b47023a78bd99da652a65347;hp=d68b95a87a32e1648ee79fda7a99168002b680cb;hb=a2b1bf96b3470f5eb82b47e629f6c3a840f87295;hpb=1e56bac2c836f695e84f11f54a10d9bdb938084f diff --git a/MdePkg/Library/BaseLib/Ia32/SetJump.S b/MdePkg/Library/BaseLib/Ia32/SetJump.S index d68b95a87a..c8993084ac 100644 --- a/MdePkg/Library/BaseLib/Ia32/SetJump.S +++ b/MdePkg/Library/BaseLib/Ia32/SetJump.S @@ -19,7 +19,7 @@ # #------------------------------------------------------------------------------ -.globl _SetJump, _InternalAssertJumpBuffer +.globl ASM_PFX(SetJump), ASM_PFX(InternalAssertJumpBuffer) #------------------------------------------------------------------------------ # UINTN @@ -28,9 +28,9 @@ # OUT BASE_LIBRARY_JUMP_BUFFER *JumpBuffer # ); #------------------------------------------------------------------------------ -_SetJump: +ASM_PFX(SetJump): pushl 0x4(%esp) - call _InternalAssertJumpBuffer + call ASM_PFX(InternalAssertJumpBuffer) pop %ecx pop %ecx movl (%esp), %edx