1 /* This is a simple version of setjmp and longjmp.
3 Ian Lance Taylor, Cygnus Support, 15 July 1993. */
5 /* We need to save the address of the return instruction, which is in
6 r1, as well as general register r14 through r25. If we are
7 compiling for the 88110 with the extended register file, we also
8 need to save registers x22 through x29. The jmp_buf should be 52
9 bytes long in the one case, 84 bytes in the other. */
11 /* int setjmp (jmp_buf); */
22 /* These instructions are just a guess, and gas doesn't
23 support them anyhow. */
41 /* These instructions are just a guess, and gas doesn't
42 support them anyhow. */