Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/planix-v0/sys/src/cmd/ql/cnam.c – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
char	*cnames[] =
2
{
3
	"NONE",
4
	"REG",
5
	"FREG",
6
	"CREG",
7
	"SPR",
8
	"SREG",
9
	"ZCON",
10
	"SCON",
11
	"UCON",
12
	"ADDCON",
13
	"ANDCON",
14
	"LCON",
15
	"SACON",
16
	"SECON",
17
	"LACON",
18
	"LECON",
19
	"SBRA",
20
	"LBRA",
21
	"SAUTO",
22
	"LAUTO",
23
	"SEXT",
24
	"LEXT",
25
	"ZOREG",
26
	"SOREG",
27
	"LOREG",
28
	"FPSCR",
29
	"MSR",
30
	"XER",
31
	"LR",
32
	"CTR",
33
	"ANY",
34
	"GOK",
35
	"ADDR",
36
	"NCLASS",
37
};