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:
eric_tian
2008-10-23 06:46:29 +00:00
parent 6981c77851
commit 852f5d9673
7 changed files with 31 additions and 31 deletions

View File

@@ -54,7 +54,7 @@ L0:
mov rcx, rdx
and edx, 3
shr rcx, 2
jz _SetDwords_L2
jz L_SetDwords
movd xmm0, eax
pshufd xmm0, xmm0, 0
L1:
@@ -62,7 +62,7 @@ L1:
add rdi, 16
loop L1
mfence
_SetDwords_L2:
L_SetDwords:
mov ecx, edx
rep stosd
mov rax, r9