Fix typos in GCC assembly.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7866 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2009-03-12 05:29:11 +00:00
parent 933676058b
commit 2c0bbf4392
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ ASM_PFX(InternalMemCopyMem):
mov rax, rdi # rax <- Destination as return value
jae L0 # Copy forward if Source > Destination
cmp r9, rdi # Overlapped?
jae @CopyBackward # Copy backward if overlapped
jae L_CopyBackward # Copy backward if overlapped
L0:
xor rcx, rcx
sub rcx, rdi # rcx <- -rdi