xref: /original-bsd/sys/tahoe/align/Abispsw.c (revision 7f22226e)
1 /*-
2  * Copyright (c) 1986 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * This code is derived from software contributed to Berkeley by
6  * Computer Consoles Inc.
7  *
8  * %sccs.include.redist.c%
9  *
10  *	@(#)Abispsw.c	7.1 (Berkeley) 12/06/90
11  */
12 
13 #include "align.h"
14 bispsw(infop)	process_info *infop;
15 /*
16 /*	Bits set in PSW.
17 /*
18 /*************************************/
19 {
20 	register int mask;
21 
22 	mask = operand(infop,0)->data;
23 	psl |= mask & 0x7f;
24 }
25