* Fixup longjump too... One step closer to a working KDL...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39002 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -11,10 +11,10 @@
|
|||||||
FUNCTION(siglongjmp):
|
FUNCTION(siglongjmp):
|
||||||
FUNCTION(longjmp):
|
FUNCTION(longjmp):
|
||||||
FUNCTION(_longjmp):
|
FUNCTION(_longjmp):
|
||||||
str r1,[r0]
|
str r1,[r0]
|
||||||
ldmia r0,{r0-pc}^
|
ldmia r0,{r0-r14}
|
||||||
|
bx lr
|
||||||
bl __longjmp_return
|
// bl __longjmp_return
|
||||||
FUNCTION_END(siglongjmp)
|
FUNCTION_END(siglongjmp)
|
||||||
FUNCTION_END(longjmp)
|
FUNCTION_END(longjmp)
|
||||||
FUNCTION_END(_longjmp)
|
FUNCTION_END(_longjmp)
|
||||||
|
|||||||
Reference in New Issue
Block a user