]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/Ia32/ZeroMem.S
fix a typo of missing a colon sign after a label symbol.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / EdkIIGlueLib / Library / BaseMemoryLib / Ia32 / ZeroMem.S
index 9b20c389fdddd029366a511e6b022de89adf68c6..b3c885323044696834723eb66673fbc16dff5c43 100644 (file)
@@ -30,7 +30,7 @@
 #    IN UINTN  Count
 #    );
 #------------------------------------------------------------------------------
-ASM_PFX(InternalMemZeroMem)
+ASM_PFX(InternalMemZeroMem):
     push    %edi
     xorl    %eax,%eax
     movl    8(%esp),%edi