repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
regress
/
sys
/
arch
/
arm
/
sigstackalign
/
stackptr.S
blob
90c74aba2e1c9dd22c12578c5e66c09b64ca30fb
1
/* $NetBSD$ */
2
3
#include <machine/asm.h>
4
5
RCSID("$NetBSD$")
6
7
ENTRY(getstackptr)
8
ldr r0, Lstackptr
9
str r13, [r0]
10
mov pc, r14
11
12
Lstackptr:
13
.word _C_LABEL(stackptr)