diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-17 23:47:47 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-17 23:47:47 +0000 |
commit | 2cad7af6723f908a5183b14984a555d47d7b82d7 (patch) | |
tree | a3c1a6e3b04a66961c4cb0e82549fd5fc1ede234 /MdePkg | |
parent | 7962c48c972eb3f918114fd01b948c7f5499822b (diff) | |
download | edk2-platforms-2cad7af6723f908a5183b14984a555d47d7b82d7.tar.xz |
Get the underscore typed in correctly.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@193 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/RShiftU64.s | 2 |
1 files changed, 1 insertions, 1 deletions
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 |