summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ia32/WriteMm1.S
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-05-20 10:22:09 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-05-20 10:22:09 +0000
commit132f41f0a92082775d931067089a63ca50367225 (patch)
treee6905780bf1ed9ea99b37a3e3e4868fae2c7a64b /MdePkg/Library/BaseLib/Ia32/WriteMm1.S
parentb20d41df13fc3f25678c34c0eb6902e2faebb032 (diff)
downloadedk2-platforms-132f41f0a92082775d931067089a63ca50367225.tar.xz
Replace .globl with ASM_GLOBAL
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8346 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/WriteMm1.S')
-rw-r--r--MdePkg/Library/BaseLib/Ia32/WriteMm1.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/WriteMm1.S b/MdePkg/Library/BaseLib/Ia32/WriteMm1.S
index 9e64e31868..7cd2f4948a 100644
--- a/MdePkg/Library/BaseLib/Ia32/WriteMm1.S
+++ b/MdePkg/Library/BaseLib/Ia32/WriteMm1.S
@@ -28,7 +28,7 @@
# IN UINT64 Value
# );
#------------------------------------------------------------------------------
-.globl ASM_PFX(AsmWriteMm1)
+ASM_GLOBAL ASM_PFX(AsmWriteMm1)
ASM_PFX(AsmWriteMm1):
movq 4(%esp), %mm1
ret