Updated the typedef for undef_handler_t to have a 4th argument. This

argument is a fault code integer.
This commit is contained in:
mark 1996-10-15 00:00:44 +00:00
parent bc6649505b
commit c5246aee6a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: undefined.h,v 1.2 1996/03/14 23:11:51 mark Exp $ */
/* $NetBSD: undefined.h,v 1.3 1996/10/15 00:00:44 mark Exp $ */
/*
* Copyright (c) 1995-1996 Mark Brinicombe.
@ -45,7 +45,7 @@
#ifdef _KERNEL
typedef int (*undef_handler_t) __P((unsigned int, unsigned int, trapframe_t *));
typedef int (*undef_handler_t) __P((unsigned int, unsigned int, trapframe_t *, int));
#define FP_COPROC 1
#define FP_COPROC2 2