unify the name convention of label in .S files
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6195 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -46,14 +46,14 @@ ASM_PFX(InternalMemSetMem64):
|
||||
dec rcx
|
||||
L0:
|
||||
shr rcx, 1
|
||||
jz _SetQwords_L2
|
||||
jz L_SetQwords
|
||||
movlhps xmm0, xmm0
|
||||
L1:
|
||||
movntdq [rdx], xmm0
|
||||
lea rdx, [rdx + 16]
|
||||
loop L1
|
||||
mfence
|
||||
_SetQwords_L2:
|
||||
L_SetQwords:
|
||||
jnc L2
|
||||
mov [rdx], r8
|
||||
L2:
|
||||
|
Reference in New Issue
Block a user