summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Library
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2006-10-18 03:48:37 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2006-10-18 03:48:37 +0000
commit1cb5cfc1842c69f2104c7532d3be3a994343e7c6 (patch)
tree470f57ea27a4a77490ec729dd603d35d65e78798 /EdkModulePkg/Library
parenta753ec90e8d8dbf8a78ac253fdcf627197e4f26f (diff)
downloadedk2-platforms-1cb5cfc1842c69f2104c7532d3be3a994343e7c6.tar.xz
Replace .global with .globl to solve compatibility issues.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1786 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkModulePkg/Library')
-rw-r--r--EdkModulePkg/Library/EdkDxeSalLib/Ipf/AsmEsalServiceLib.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkModulePkg/Library/EdkDxeSalLib/Ipf/AsmEsalServiceLib.s b/EdkModulePkg/Library/EdkDxeSalLib/Ipf/AsmEsalServiceLib.s
index 2b040b710b..c5cb881fe2 100644
--- a/EdkModulePkg/Library/EdkDxeSalLib/Ipf/AsmEsalServiceLib.s
+++ b/EdkModulePkg/Library/EdkDxeSalLib/Ipf/AsmEsalServiceLib.s
@@ -26,7 +26,7 @@
//
// Exports
//
-.global GetEsalEntryPoint
+.globl GetEsalEntryPoint
//-----------------------------------------------------------------------------