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

10 lines
191 B
C

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