remove now redundant (struct trapframe *) cast

This commit is contained in:
Peter Wemm 1997-05-07 19:58:13 +00:00
parent 6f486a5552
commit 06884fd04e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25550
3 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.41 1997/04/22 06:55:38 jdp Exp $
* $Id: npx.c,v 1.42 1997/04/26 11:46:03 peter Exp $
*/
#include "npx.h"
@ -543,7 +543,7 @@ npxintr(unit)
* in doreti, and the frame for that could easily be set up
* just before it is used).
*/
curproc->p_md.md_regs = &frame->if_es;
curproc->p_md.md_regs = (struct trapframe *)&frame->if_es;
#ifdef notyet
/*
* Encode the appropriate code for detailed information on

View File

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.41 1997/04/22 06:55:38 jdp Exp $
* $Id: npx.c,v 1.42 1997/04/26 11:46:03 peter Exp $
*/
#include "npx.h"
@ -543,7 +543,7 @@ npxintr(unit)
* in doreti, and the frame for that could easily be set up
* just before it is used).
*/
curproc->p_md.md_regs = &frame->if_es;
curproc->p_md.md_regs = (struct trapframe *)&frame->if_es;
#ifdef notyet
/*
* Encode the appropriate code for detailed information on

View File

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.41 1997/04/22 06:55:38 jdp Exp $
* $Id: npx.c,v 1.42 1997/04/26 11:46:03 peter Exp $
*/
#include "npx.h"
@ -543,7 +543,7 @@ npxintr(unit)
* in doreti, and the frame for that could easily be set up
* just before it is used).
*/
curproc->p_md.md_regs = &frame->if_es;
curproc->p_md.md_regs = (struct trapframe *)&frame->if_es;
#ifdef notyet
/*
* Encode the appropriate code for detailed information on