From dfbb47dbd515a8c6bb0468bc72c537830c82baf1 Mon Sep 17 00:00:00 2001 From: eric_tian Date: Tue, 19 May 2009 05:50:53 +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@8332 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/X64/CopyMem.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EdkCompatibilityPkg') diff --git a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/X64/CopyMem.S b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/X64/CopyMem.S index 1727703..69fd8db 100644 --- a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/X64/CopyMem.S +++ b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/X64/CopyMem.S @@ -36,7 +36,7 @@ #------------------------------------------------------------------------------ .intel_syntax .globl ASM_PFX(InternalMemCopyMem) -ASM_PFX(InternalMemCopyMem) +ASM_PFX(InternalMemCopyMem): push rsi push rdi mov rsi, rdx # rsi <- Source -- cgit v1.1