repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
lib
/
csu
/
arch
/
sparc
/
h_initfini_align.S
blob
a770d39787aed019961725f7043e2e03587ba1b8
1
/* $NetBSD: h_initfini_align.S,v 1.1 2013/12/12 11:22:26 martin Exp $ */
2
3
#include <machine/asm.h>
4
5
RCSID("$NetBSD: h_initfini_align.S,v 1.1 2013/12/12 11:22:26 martin Exp $")
6
7
_ENTRY(check_stack_alignment)
8
and %sp, 7, %o1
9
retl
10
not %o1, %o0