scc

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

commit 81678b9576d8f3922b1b8df5e1b523f04bc6c783
parent 0633388fa13c07679a63a5b6568d22451c738b27
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