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