mirror of git://sourceware.org/git/glibc.git
entered into RCS
This commit is contained in:
parent
c3b4e40446
commit
e38d848454
|
@ -1,4 +1,4 @@
|
||||||
/* Define the machine-dependent type `jmp_buf'. Sun 3 version. */
|
/* Define the machine-dependent type `jmp_buf'. m68k version. */
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
@ -6,9 +6,9 @@ typedef struct
|
||||||
long int __dregs[7];
|
long int __dregs[7];
|
||||||
|
|
||||||
/* There are six 4-byte address registers, plus the FP and SP. */
|
/* There are six 4-byte address registers, plus the FP and SP. */
|
||||||
PTR __aregs[6];
|
int *__aregs[6];
|
||||||
PTR __fp;
|
int * __fp;
|
||||||
PTR __sp;
|
int * __sp;
|
||||||
|
|
||||||
#if defined(__HAVE_68881__) || defined(__HAVE_FPU__)
|
#if defined(__HAVE_68881__) || defined(__HAVE_FPU__)
|
||||||
/* There are eight floating point registers which
|
/* There are eight floating point registers which
|
||||||
|
|
Loading…
Reference in New Issue