Fix declaration of i386_float_info().

This commit is contained in:
Bruce Evans 1994-12-31 16:56:43 +00:00
parent 9d1e3dc7d8
commit ccd05d4df4
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define KERNEL_U_ADDR USRSTACK
/* #undef FLOAT_INFO /* No float info yet */
#define FLOAT_INFO extern i386_float_info (); \
#define FLOAT_INFO extern void i386_float_info (); \
i386_float_info ()
#define REGISTER_U_ADDR(addr, blockend, regno) \

View file

@ -30,7 +30,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define KERNEL_U_ADDR USRSTACK
/* #undef FLOAT_INFO /* No float info yet */
#define FLOAT_INFO extern i386_float_info (); \
#define FLOAT_INFO extern void i386_float_info (); \
i386_float_info ()
#define REGISTER_U_ADDR(addr, blockend, regno) \