Correct value of R0 before calling sigjmp_save.

This commit is contained in:
Ulrich Drepper 1998-08-15 02:39:03 +00:00
parent 2ea19c152e
commit 55e0df36d5
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ ENTRY (__sigsetjmp)
sfmea f4, 4, [r0]!
stmia r0, {v1-v6, sl, fp, sp, lr}
/* Restore pointer to jmp_buf */
sub r0, r0, #48
/* Make a tail call to __sigjmp_save; it takes the same args. */
B PLTJMP(C_SYMBOL_NAME(__sigjmp_save))
END (__setjmp)