scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 082a77eb0760b67d40d99bf42d6b57f83143ca37
parent 80377c6fcfdb4be8a404ed06637d6b28dbb75bdc
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri,  1 Oct 2021 17:43:32 +0200

libc/amd64: Fix small typo in the name of a label

Diffstat:
Msrc/libc/arch/amd64/memcmp.s | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libc/arch/amd64/memcmp.s b/src/libc/arch/amd64/memcmp.s @@ -5,7 +5,7 @@ _memcmp: memcmp: cmpq $0,%rdx - je EQUA + je equa cld movq %rdx,%rcx movq %rdi,%r8