]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibRepStr/Ia32/ZeroMem.s
Prepend underscores to procedure identifiers.
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibRepStr / Ia32 / ZeroMem.s
index d61cdff81abc9a3b325155b6525217481151d140..c3165bdc7e8ad29b0f09faa919a56980fb44694f 100644 (file)
@@ -24,8 +24,8 @@
     .386: 
     .code: 
 
-.global InternalMemZeroMem
-InternalMemZeroMem:
+.global _InternalMemZeroMem
+_InternalMemZeroMem:
     push    %edi
     xorl    %eax,%eax
     movl    8(%esp),%edi