Adjust assembler's comments.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6288 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-10-30 01:23:36 +00:00
parent cc26d6fee5
commit 5da37ddae3
22 changed files with 38 additions and 38 deletions

View File

@ -46,7 +46,7 @@ ASM_PFX(InternalMemCopyMem):
mov rax, rdi # rax <- Destination as return value
jae _InternalMemCopyMem_al_0000
cmp r9, rdi
jae _atSym_CopyBackward # Copy backward if overlapped
jae _atSym_CopyBackward # Copy backward if overlapped
_InternalMemCopyMem_al_0000:
mov rcx, r8
and r8, 7