1 1.1 martin /* $NetBSD: h_initfini_align.S,v 1.1 2013/12/12 11:22:26 martin Exp $ */ 2 1.1 martin 3 1.1 martin #include <machine/asm.h> 4 1.1 martin 5 1.1 martin RCSID("$NetBSD: h_initfini_align.S,v 1.1 2013/12/12 11:22:26 martin Exp $") 6 1.1 martin 7 1.1 martin _ENTRY(check_stack_alignment) 8 1.1 martin and %sp, 7, %o1 9 1.1 martin retl 10 1.1 martin not %o1, %o0 11