From cff029c298d255bbc70c1136914a13261eac9568 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 4 Nov 2002 20:27:47 +0000 Subject: I dunno why there were align 5, but align 4 is much more sensible. --- libc/sysdeps/linux/sh/clone.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/sh/clone.S') diff --git a/libc/sysdeps/linux/sh/clone.S b/libc/sysdeps/linux/sh/clone.S index bc31f48f8..f2ce8321b 100644 --- a/libc/sysdeps/linux/sh/clone.S +++ b/libc/sysdeps/linux/sh/clone.S @@ -38,7 +38,7 @@ .extern __syscall_error .text -.align 5 +.align 4 .type __clone,@function .globl __clone; __clone: -- cgit v1.2.3