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/setjmp.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/sh/setjmp.S') diff --git a/libc/sysdeps/linux/sh/setjmp.S b/libc/sysdeps/linux/sh/setjmp.S index 771b488bd..3d41876d3 100644 --- a/libc/sysdeps/linux/sh/setjmp.S +++ b/libc/sysdeps/linux/sh/setjmp.S @@ -22,7 +22,7 @@ #include .text -.align 5 +.align 4 .type __sigsetjmp,@function .globl __sigsetjmp; __sigsetjmp: -- cgit v1.2.3