From f6839dd6165a9ff0096639674dece05980c6b87c Mon Sep 17 00:00:00 2001 From: eric_tian Date: Wed, 20 May 2009 01:58:40 +0000 Subject: fix a typo of missing a colon sign after a label symbol. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8339 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/EdkIIGlueLib/Library/BaseMemoryLib/Ia32/ZeroMem.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/Ia32/ZeroMem.S b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/Ia32/ZeroMem.S index 9b20c389fd..b3c8853230 100644 --- a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/Ia32/ZeroMem.S +++ b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/Ia32/ZeroMem.S @@ -30,7 +30,7 @@ # IN UINTN Count # ); #------------------------------------------------------------------------------ -ASM_PFX(InternalMemZeroMem) +ASM_PFX(InternalMemZeroMem): push %edi xorl %eax,%eax movl 8(%esp),%edi -- cgit v1.2.3