shithub: scc

Download patch

ref: 81678b9576d8f3922b1b8df5e1b523f04bc6c783
parent: 0633388fa13c07679a63a5b6568d22451c738b27
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Oct 1 13:43:32 EDT 2021

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

--- 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