/sys/tahoealign -> /sys/tahoe/align
[unix-history] / usr / src / sys / tahoe / align / Abispsw.c
CommitLineData
6499767c 1/* Abispsw.c 1.2 90/12/04 */
968cd232 2
6499767c 3#include "align.h"
968cd232
SL
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}