Browse Source

fix from upstream blackfin repo for sigsetjmp

Mike Frysinger 18 years ago
parent
commit
3c744cd178
1 changed files with 3 additions and 2 deletions
  1. 3 2
      libc/sysdeps/linux/bfin/bsd-_setjmp.S

+ 3 - 2
libc/sysdeps/linux/bfin/bsd-_setjmp.S

@@ -90,7 +90,8 @@ __setjmp:
 	R0 = RETS;
 	[P0 + 0x9C] = R0;
 
-	R0 = 0;
+	R0 = [P0 + 0x20];
+	R1 = 0;
+	JUMP.L ___sigjmp_save;
 
-	RTS;
 .size __setjmp,.-__setjmp