diff options
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Library/BaseLib/X64/SetJump.S | 2 |
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 |