summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_isc.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-05-07 20:05:45 +0000
committerpeter <peter@FreeBSD.org>1997-05-07 20:05:45 +0000
commita7aa801767b7cd7e31c85ace5bc3f4770c83488f (patch)
tree6cb404fafe48f4fdc95f0672693410ebc1cf62fd /sys/i386/ibcs2/ibcs2_isc.c
parent0ec87b239e264c84b225f3c95637fd513ecb008d (diff)
downloadFreeBSD-src-a7aa801767b7cd7e31c85ace5bc3f4770c83488f.zip
FreeBSD-src-a7aa801767b7cd7e31c85ace5bc3f4770c83488f.tar.gz
md_regs is a struct trapframe * now, not int []
Diffstat (limited to 'sys/i386/ibcs2/ibcs2_isc.c')
-rw-r--r--sys/i386/ibcs2/ibcs2_isc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/ibcs2/ibcs2_isc.c b/sys/i386/ibcs2/ibcs2_isc.c
index 54fc6cb..ecf9fe7 100644
--- a/sys/i386/ibcs2/ibcs2_isc.c
+++ b/sys/i386/ibcs2/ibcs2_isc.c
@@ -27,7 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id$
+ * $Id: ibcs2_isc.c,v 1.8 1997/02/22 09:33:21 peter Exp $
*/
#include <sys/param.h>
@@ -50,7 +50,7 @@ extern struct sysent isc_sysent[];
int
ibcs2_isc(struct proc *p, struct ibcs2_isc_args *uap, int *retval)
{
- struct trapframe *tf = (struct trapframe *)p->p_md.md_regs;
+ struct trapframe *tf = p->p_md.md_regs;
struct sysent *callp;
u_int code;
OpenPOWER on IntegriCloud