mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
676e2a32f9
commit
dfbb47dbd5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue