]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibSse2/Ia32/SetMem16.S
1.Fix .global issue in GAS (EdkT207).
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibSse2 / Ia32 / SetMem16.S
index 21e3935b994b5734afb54907ea29a0c582066096..8ec96a9b6c8d265d2d2eb6c92912392448feb586 100644 (file)
@@ -21,7 +21,7 @@
 #
 #------------------------------------------------------------------------------
 
-.global _InternalMemSetMem16
+.globl _InternalMemSetMem16
 
 #------------------------------------------------------------------------------
 #  VOID *
@@ -51,7 +51,7 @@ L0:
     movl    %edx, %ecx
     andl    $7, %edx
     shrl    $3, %ecx
-    jz      @SetWords
+    jz      L_SetWords
     movd    %eax, %xmm0
     pshuflw $0, %xmm0, %xmm0
     movlhps %xmm0, %xmm0
@@ -60,7 +60,7 @@ L1:
     addl    $16, %edi
     loop    L1
     mfence
-@SetWords:
+L_SetWords:
     movl    %edx, %ecx
     rep
     stosw