1 /* BEGIN INCLUDE FILE gcos_fault_names.incl.pl1   (Wardd Multics)  06/03/81 1539.2 mst Wed */
 2 
 3 /*        Created from gcos_fault_names.ec
 4 
 5      1    derail
 6      2    mme3
 7      3    mme4
 8      4    fault_tag_1
 9      5    illegal_procedure
10      6    illegal_modifier
11      7    linkage_error
12      8    fault_tag_3
13      9    seg_fault_error
14     10    page_fault_error
15     11    gate_error
16     12    store
17     13    parity
18     14    underflow
19     15    fixedoverflow
20     16    overflow
21     17    zerodivide
22     18    lockup
23     19    op_not_complete
24     20    out_of_bounds
25     21    illegal_opcode
26 */
27 
28 dcl       1 gcos_fault_names            static internal options(constant),
29             2 TC              ( 222) char(1) init(
30 "d","e","r","a","i","l","m","m","e","3","m","m","e","4",
31 "f","a","u","l","t","_","t","a","g","_","1","i","l","l",
32 "e","g","a","l","_","p","r","o","c","e","d","u","r","e",
33 "i","l","l","e","g","a","l","_","m","o","d","i","f","i",
34 "e","r","l","i","n","k","a","g","e","_","e","r","r","o",
35 "r","f","a","u","l","t","_","t","a","g","_","3","s","e",
36 "g","_","f","a","u","l","t","_","e","r","r","o","r","p",
37 "a","g","e","_","f","a","u","l","t","_","e","r","r","o",
38 "r","g","a","t","e","_","e","r","r","o","r","s","t","o",
39 "r","e","p","a","r","i","t","y","u","n","d","e","r","f",
40 "l","o","w","f","i","x","e","d","o","v","e","r","f","l",
41 "o","w","o","v","e","r","f","l","o","w","z","e","r","o",
42 "d","i","v","i","d","e","l","o","c","k","u","p","o","p",
43 "_","n","o","t","_","c","o","m","p","l","e","t","e","o",
44 "u","t","_","o","f","_","b","o","u","n","d","s","i","l",
45 "l","e","g","a","l","_","o","p","c","o","d","e"),
46             2 TL              ( 21),
47               3 lk            fixed bin(24) init(
48 ( 14) 0,
49 ( 7) 0),
50               3 fc            fixed bin(24) init(
51  1, 7, 11, 15, 26, 43, 59, 72, 83, 98, 114, 124, 129, 135,
52  144, 157, 165, 175, 181, 196, 209),
53               3 ln            fixed bin(24) init(
54  6, 4, 4, 11, 17, 16, 13, 11, 15, 16, 10, 5, 6, 9,
55  13, 8, 10, 6, 15, 13, 14),
56             2 THL             (0: 88) fixed bin(24) init(
57  0, 1,( 9) 0, 20, 0, 0,
58 ( 3) 0, 10,( 6) 0, 18,( 3) 0,
59  7,( 4) 0, 9,( 3) 0, 13,( 4) 0,
60  17, 21,( 3) 0, 11, 15, 0, 6, 5,( 4) 0,
61 ( 3) 0, 14, 16, 0, 19, 0, 4, 0, 8,( 3) 0,
62 ( 4) 0, 2, 3,( 3) 0, 12,( 4) 0,
63 ( 5) 0);
64 
65 /*   END INCLUDE FILE gcos_fault_names.incl.pl1 */