diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/CpuSleep.S')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/CpuSleep.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/CpuSleep.S b/MdePkg/Library/BaseLib/Ia32/CpuSleep.S index 93106df0f7..3bd1736250 100644 --- a/MdePkg/Library/BaseLib/Ia32/CpuSleep.S +++ b/MdePkg/Library/BaseLib/Ia32/CpuSleep.S @@ -20,7 +20,7 @@ #
#------------------------------------------------------------------------------
-.global _CpuSleep
+.globl _CpuSleep
#------------------------------------------------------------------------------
# VOID
|