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 8b5fc8a2d..749d5bab6 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