From 32804425d74f521911ef10af57aa50092e14b5b6 Mon Sep 17 00:00:00 2001 From: bbahnsen Date: Fri, 17 Nov 2006 16:43:12 +0000 Subject: [PATCH] Add an underscore for gcc. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1969 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseLib/X64/SetJump.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2