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
VM: simplify slab allocator
[minix.git]
/
lib
/
libminlib
/
arm
/
get_bp.S
blob
36f0bf8f1eb87bec79fc63b26a5d3727fa9c7a9b
1
/* get_bp.s */
2
/* */
3
/* return fp in r0 */
4
/* */
5
6
#include <machine/asm.h>
7
8
ENTRY(get_bp)
9
mov r0, fp
10
bx lr