From 6719500dbd9330d7539d2db3dcf3e8ad1858c7aa Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 13 Feb 2013 15:12:32 -0800 Subject: Add a bunch more missing ENDs to assembler routines. This isn't everything; I've missed out those x86 files that are Change-Id: Idb7bb1a68796d6c0b70ea2b5c3300e49da6c62d2 --- libc/arch-x86/string/strcat.S | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/arch-x86/string/strcat.S') diff --git a/libc/arch-x86/string/strcat.S b/libc/arch-x86/string/strcat.S index 60fdd55..c75f38a 100644 --- a/libc/arch-x86/string/strcat.S +++ b/libc/arch-x86/string/strcat.S @@ -71,3 +71,4 @@ L1: movb (%edx),%al /* unroll loop, but not too much */ L2: popl %eax /* pop destination address */ popl %edi /* restore edi */ ret +END(strcat) -- cgit v1.1