From 2cad7af6723f908a5183b14984a555d47d7b82d7 Mon Sep 17 00:00:00 2001 From: bbahnsen Date: Wed, 17 May 2006 23:47:47 +0000 Subject: [PATCH] Get the underscore typed in correctly. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@193 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseLib/Ia32/RShiftU64.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Library/BaseLib/Ia32/RShiftU64.s b/MdePkg/Library/BaseLib/Ia32/RShiftU64.s index efedcf751b..f6c28dee96 100644 --- a/MdePkg/Library/BaseLib/Ia32/RShiftU64.s +++ b/MdePkg/Library/BaseLib/Ia32/RShiftU64.s @@ -22,7 +22,7 @@ .686: .code: -.global InternalMathRShiftU64 +.global _InternalMathRShiftU64 _InternalMathRShiftU64: movb 12(%esp),%cl xorl %edx,%edx -- 2.39.2