| plan 9 kernel history: overview | file list | diff list |
1992/0111/gnot/fault68020.c (diff list | history)
| 1991/1218/sys/src/9/gnot/fault68020.c:4,10 – 1992/0111/sys/src/9/gnot/fault68020.c:4,10 (short | long | prev | next) | ||
|
Move error.h to ../port. Change errors to actual strings.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1990/1212 | #include "dat.h" #include "fns.h" #include "ureg.h" | |
| 1992/0111 | #include "../port/error.h" | |
| 1990/1212 | #define FORMAT(ur) ((((ur)->vo)>>12)&0xF) #define OFFSET(ur) (((ur)->vo)&0xFFF) | |