Removed an unused line of code, that caused an ``maybe used uninitialized''
warning. Found by: Simon Shapiro
This commit is contained in:
parent
2053d9365e
commit
3544475d0b
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91
|
||||
* $Id: sys_machdep.c,v 1.28 1997/11/06 19:28:05 phk Exp $
|
||||
* $Id: sys_machdep.c,v 1.29 1997/11/20 18:43:45 bde Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -233,7 +233,6 @@ i386_get_ioperm(p, args)
|
||||
|
||||
iomap = (char *)p->p_addr->u_pcb.pcb_ext->ext_iomap;
|
||||
|
||||
state = (iomap[i >> 3] >> (i & 7)) & 1;
|
||||
ua.enable = !state;
|
||||
ua.length = 1;
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91
|
||||
* $Id: sys_machdep.c,v 1.28 1997/11/06 19:28:05 phk Exp $
|
||||
* $Id: sys_machdep.c,v 1.29 1997/11/20 18:43:45 bde Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -233,7 +233,6 @@ i386_get_ioperm(p, args)
|
||||
|
||||
iomap = (char *)p->p_addr->u_pcb.pcb_ext->ext_iomap;
|
||||
|
||||
state = (iomap[i >> 3] >> (i & 7)) & 1;
|
||||
ua.enable = !state;
|
||||
ua.length = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user