BSD 2 development
[unix-history] / misc / fetchi.sys
CommitLineData
c460940c
BJ
1--- Change this line in sysent.c ---
2 0, &fetchi, /* 61 = fetchi */
3--- Add this code to sys4.c ---
4fetchi()
5{
6 u.u_ar0[R0] = fuiword(u.u_ar0[R0]);
7}