synchronize asm and s file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6204 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -41,9 +41,10 @@ ASM_PFX(InternalMemZeroMem):
|
||||
mov rdi, rcx
|
||||
mov rcx, rdx
|
||||
shr rcx, 3
|
||||
and rdx, 7
|
||||
and rdx, 7
|
||||
cld
|
||||
rep stosq
|
||||
mov ecx, edx
|
||||
mov rcx, rdx
|
||||
rep stosb
|
||||
pop rax
|
||||
pop rdi
|
||||
|
Reference in New Issue
Block a user