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