From 85c25283ed338da9485e16918e6e21d8212efa76 Mon Sep 17 00:00:00 2001 From: eric_tian Date: Thu, 31 Jul 2008 06:23:32 +0000 Subject: Gcc cleanup for baselib & basememorylib in mdepkg/library/ git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5587 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseLib/X64/LongJump.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdePkg/Library/BaseLib/X64/LongJump.S') diff --git a/MdePkg/Library/BaseLib/X64/LongJump.S b/MdePkg/Library/BaseLib/X64/LongJump.S index 1a6f859c8e..1d6a916e04 100644 --- a/MdePkg/Library/BaseLib/X64/LongJump.S +++ b/MdePkg/Library/BaseLib/X64/LongJump.S @@ -27,8 +27,8 @@ # IN UINTN Value # ); #------------------------------------------------------------------------------ -.global _InternalLongJump -_InternalLongJump: +.global ASM_PFX(InternalLongJump) +ASM_PFX(InternalLongJump): mov (%rcx), %rbx mov 0x8(%rcx), %rsp mov 0x10(%rcx), %rbp -- cgit v1.2.3