summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseCacheMaintenanceLib
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2006-09-25 10:05:26 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2006-09-25 10:05:26 +0000
commitb7089db12047675e829a74674700b03406c432e6 (patch)
tree2b8db83dac416cf6a15e1cf7ded7d802348cbc68 /MdePkg/Library/BaseCacheMaintenanceLib
parent1a0d7262b42e2eb283a2927fbc5cff71248a8473 (diff)
downloadedk2-b7089db12047675e829a74674700b03406c432e6.tar.gz
edk2-b7089db12047675e829a74674700b03406c432e6.tar.bz2
edk2-b7089db12047675e829a74674700b03406c432e6.zip
1.Fix .global issue in GAS (EdkT207).
2.Fix Label start with @ (EdkT208). git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1610 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseCacheMaintenanceLib')
-rw-r--r--MdePkg/Library/BaseCacheMaintenanceLib/Ipf/Cpu.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseCacheMaintenanceLib/Ipf/Cpu.s b/MdePkg/Library/BaseCacheMaintenanceLib/Ipf/Cpu.s
index 4f144c683e..7870c2bc8b 100644
--- a/MdePkg/Library/BaseCacheMaintenanceLib/Ipf/Cpu.s
+++ b/MdePkg/Library/BaseCacheMaintenanceLib/Ipf/Cpu.s
@@ -46,7 +46,7 @@
.section .rtcode, "ax", "progbits"
.align 32
.type InvalidateInstructionCacheRange# ,@function
- .global InvalidateInstructionCacheRange#
+ .globl InvalidateInstructionCacheRange#
// Function compile flags: /Ogsy
.section .rtcode