Return zero from setjmp() and _setjmp() for now.

This commit is contained in:
Doug Rabson 2000-10-16 16:51:50 +00:00
parent 6b7d87d9e1
commit 84dc1ae7fc
2 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,8 @@
*/
ENTRY(_setjmp, 1)
mov ret0=r0
br.ret.sptk.few rp
#if 0
LDGP(pv)
stq ra, (2 * 8)(a0) /* sc_pc = return address */

View File

@ -44,6 +44,9 @@
*/
ENTRY(setjmp, 1)
mov ret0=r0
br.ret.sptk.few rp
#if 0
LDGP(pv)
stq ra, (2 * 8)(a0) /* sc_pc = return address */