mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
Formerly m68k/jmp_buf.h.~4~
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|
||||||
/* There are eight 4-byte data registers, but D0 is not saved. */
|
/* There are eight 4-byte data registers, but D0 is not saved. */
|
||||||
long int __dregs[7];
|
long int __dregs[7];
|
||||||
|
|
||||||
@@ -17,4 +16,4 @@ typedef struct
|
|||||||
char __fpregs[8 * (96 / 8)];
|
char __fpregs[8 * (96 / 8)];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
} jmp_buf[1];
|
} __jmp_buf[1];
|
||||||
|
Reference in New Issue
Block a user