Files
oldlinux-files/gnu/glibc/glibc-1.05.tar/glibc-1.05/sysdeps/sparc/jmp_buf.h
2024-02-19 00:24:47 -05:00

10 lines
208 B
C

/* Define the machine-dependent type `jmp_buf'. Sun 4 version. */
typedef struct
{
/* Return PC (register o7). */
__ptr_t __pc;
/* Saved FP. */
__ptr_t __fp;
} __jmp_buf[1];