summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseCpuLib
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseCpuLib')
-rw-r--r--MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.S2
-rw-r--r--MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.S2
-rw-r--r--MdePkg/Library/BaseCpuLib/Ipf/CpuFlushTlb.s2
3 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.S b/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.S
index f8b1cdc7ee..9db5786728 100644
--- a/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.S
+++ b/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.S
@@ -20,7 +20,7 @@
#
#------------------------------------------------------------------------------
-.globl ASM_PFX(CpuFlushTlb)
+ASM_GLOBAL ASM_PFX(CpuFlushTlb)
#------------------------------------------------------------------------------
# VOID
diff --git a/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.S b/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.S
index ac39e8fcba..c38195a3a8 100644
--- a/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.S
+++ b/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.S
@@ -20,7 +20,7 @@
#
#------------------------------------------------------------------------------
-.globl ASM_PFX(CpuSleep)
+ASM_GLOBAL ASM_PFX(CpuSleep)
#------------------------------------------------------------------------------
# VOID
diff --git a/MdePkg/Library/BaseCpuLib/Ipf/CpuFlushTlb.s b/MdePkg/Library/BaseCpuLib/Ipf/CpuFlushTlb.s
index 5546990992..bc918e1a34 100644
--- a/MdePkg/Library/BaseCpuLib/Ipf/CpuFlushTlb.s
+++ b/MdePkg/Library/BaseCpuLib/Ipf/CpuFlushTlb.s
@@ -17,7 +17,7 @@
.auto
.text
-.globl PalCall
+ASM_GLOBAL PalCall
.type PalCall, @function
.proc CpuFlushTlb