From: Roland McGrath Date: Thu, 28 May 1992 10:57:10 +0000 (+0000) Subject: entered into RCS X-Git-Tag: upstream/2.30~10627^2~4347 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e38d84845407e7983fa7a8c46502c053d919254f;p=external%2Fglibc.git entered into RCS --- diff --git a/sysdeps/m68k/jmp_buf.h b/sysdeps/m68k/jmp_buf.h index 807fcb8..96240f0 100644 --- a/sysdeps/m68k/jmp_buf.h +++ b/sysdeps/m68k/jmp_buf.h @@ -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 { @@ -6,9 +6,9 @@ typedef struct long int __dregs[7]; /* There are six 4-byte address registers, plus the FP and SP. */ - PTR __aregs[6]; - PTR __fp; - PTR __sp; + int *__aregs[6]; + int * __fp; + int * __sp; #if defined(__HAVE_68881__) || defined(__HAVE_FPU__) /* There are eight floating point registers which