BSD 4_3_Tahoe development
[unix-history] / usr / src / sys / tahoealign / Abispsw.c
CommitLineData
c8cccbb7
C
1/* Abispsw.c 1.1 86/07/20 */
2
3#include "../tahoealign/align.h"
4bispsw(infop) process_info *infop;
5/*
6/* Bits set in PSW.
7/*
8/*************************************/
9{
10 register int mask;
11
12 mask = operand(infop,0)->data;
13 psl |= mask & 0x7f;
14}