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/bsd-setjmp.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/sh/bsd-setjmp.S') diff --git a/libc/sysdeps/linux/sh/bsd-setjmp.S b/libc/sysdeps/linux/sh/bsd-setjmp.S index 72ab83a85..c55809a79 100644 --- a/libc/sysdeps/linux/sh/bsd-setjmp.S +++ b/libc/sysdeps/linux/sh/bsd-setjmp.S @@ -23,7 +23,7 @@ .text -.align 5 +.align 4 .type setjmp,@function .globl setjmp; setjmp: -- cgit v1.2.3