1 /* Define the machine-dependent type `jmp_buf'. m68k version. */
5 /* There are eight 4-byte data registers, but D0 is not saved. */
8 /* There are six 4-byte address registers, plus the FP and SP. */
13 #if defined(__HAVE_68881__) || defined(__HAVE_FPU__)
14 /* There are eight floating point registers which
15 are saved in IEEE 96-bit extended format. */
16 char __fpregs
[8 * (96 / 8)];