]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibSse2/X64/ZeroMem.S
unify the name convention of label in .S files
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibSse2 / X64 / ZeroMem.S
index 2712579db85535e5bc61368a5e3751b86ac55a17..f152d98a39864d2a440c449c3e404e922ba5d06d 100644 (file)
@@ -51,14 +51,14 @@ L0:
     mov     rcx, rdx
     and     edx, 15
     shr     rcx, 4
-    jz      _ZeroBytes_L2
+    jz      L_ZeroBytes
     pxor    xmm0, xmm0
 L1:
     movntdq [rdi], xmm0                 # rdi should be 16-byte aligned
     add     rdi, 16
     loop    L1
     mfence
-_ZeroBytes_L2:
+L_ZeroBytes:
     mov     ecx, edx
     rep     stosb
     mov     rax, r8