summaryrefslogtreecommitdiff
path: root/MdePkg/Library
diff options
context:
space:
mode:
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-11-17 16:43:12 +0000
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-11-17 16:43:12 +0000
commit32804425d74f521911ef10af57aa50092e14b5b6 (patch)
treefbbcb4c5affa71731b2e689857ca03e269d55408 /MdePkg/Library
parent5fa86c00ba530da37db3843923dc948508d7fbe2 (diff)
downloadedk2-platforms-32804425d74f521911ef10af57aa50092e14b5b6.tar.xz
Add an underscore for gcc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1969 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library')
-rw-r--r--MdePkg/Library/BaseLib/X64/SetJump.S2
1 files changed, 1 insertions, 1 deletions
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