OSDN Git Service

setjmp was trashing r12 which is bad and can cause apps to crash if they are
authorDavid McCullough <davidm@snapgear.com>
Thu, 1 May 2003 05:28:43 +0000 (05:28 -0000)
committerDavid McCullough <davidm@snapgear.com>
Thu, 1 May 2003 05:28:43 +0000 (05:28 -0000)
commit72cf601ed08e791cf532fdf41b946161d302f629
tree416973ced45b651f331f8af2a4a4e989124bbcf1
parentdd7edf2e66c25b0af951a0685e8a7f0f161dc564
setjmp was trashing r12 which is bad and can cause apps to crash if they are
using r12. r12 is supposed to be preserved across C function calls.  r0-r7
are trashable :-)
libc/sysdeps/linux/sh/setjmp.S