summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/lib/csu/arch/i386/h_initfini_align.S
blob: e212989a08ee538ecf860c9c5c674e116afa41cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*	$NetBSD: h_initfini_align.S,v 1.2 2010/12/12 18:21:21 joerg Exp $	*/

#include <machine/asm.h>

RCSID("$NetBSD: h_initfini_align.S,v 1.2 2010/12/12 18:21:21 joerg Exp $")

_ENTRY(check_stack_alignment)
	movl	%esp, %eax
	andl	$3, %eax
	setz	%al
	movzbl	%al, %eax
	ret
OpenPOWER on IntegriCloud