From: bbahnsen Date: Fri, 17 Nov 2006 16:43:12 +0000 (+0000) Subject: Add an underscore for gcc. X-Git-Tag: edk2-stable201903~23908 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=32804425d74f521911ef10af57aa50092e14b5b6;ds=sidebyside Add an underscore for gcc. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1969 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Library/BaseLib/X64/SetJump.S b/MdePkg/Library/BaseLib/X64/SetJump.S index a88efcff3f..eaaa43bf98 100644 --- a/MdePkg/Library/BaseLib/X64/SetJump.S +++ b/MdePkg/Library/BaseLib/X64/SetJump.S @@ -24,7 +24,7 @@ _SetJump: push %rcx add $0xffffffffffffffe0,%rsp - call InternalAssertJumpBuffer + call _InternalAssertJumpBuffer add $0x20,%rsp pop %rcx pop %rdx