poor r0 was neglected when caching the current tasks registers... fix the swi handler...
commit9667a4859d6768030c1bb635afb88a153d5793de
authorNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 16 Jan 2013 21:03:14 +0000 (16 21:03 +0000)
committerNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 16 Jan 2013 21:03:14 +0000 (16 21:03 +0000)
tree3b6431748f9619798b5deda546ae5f1084b8b0fb
parent7a00849e163507f7d29e6d595ee8291ec05c40c1
poor r0 was neglected when caching the current tasks registers... fix the swi handler getting lost by clearing fp before entering the c function (todo: correctly store the necessary framepointer data on the stack for gcc to use)

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@46304 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/arm-raspi/kernel/syscall.c