diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ipf/CpuFlushTlb.s')
-rw-r--r-- | MdePkg/Library/BaseLib/Ipf/CpuFlushTlb.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ipf/CpuFlushTlb.s b/MdePkg/Library/BaseLib/Ipf/CpuFlushTlb.s index c50eeb89f3..520c51f6ba 100644 --- a/MdePkg/Library/BaseLib/Ipf/CpuFlushTlb.s +++ b/MdePkg/Library/BaseLib/Ipf/CpuFlushTlb.s @@ -17,7 +17,7 @@ .auto
.text
-.global PalCallStatic
+.globl PalCallStatic
.type PalCallStatic, @function
.proc CpuFlushTlb
|