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/vfork.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/sh/vfork.S') diff --git a/libc/sysdeps/linux/sh/vfork.S b/libc/sysdeps/linux/sh/vfork.S index c9cc12da7..b98c74f35 100644 --- a/libc/sysdeps/linux/sh/vfork.S +++ b/libc/sysdeps/linux/sh/vfork.S @@ -31,7 +31,7 @@ .global errno .text -.align 5 +.align 4 .type __vfork,@function .globl __vfork; __vfork: -- cgit v1.2.3