X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=src%2Fcasl2.c;h=8e0b94a248adefbf344f1a6897d51f730f4bd72a;hp=35f9a801087dcf35ffc7c6028d2c7bc4daa589f4;hb=f958640f07ddce6100e7eed1504ecaf05f6c1f02;hpb=b40e4e96056df0ad2c248a3b6e58a8f4910f879e diff --git a/src/casl2.c b/src/casl2.c index 35f9a80..8e0b94a 100644 --- a/src/casl2.c +++ b/src/casl2.c @@ -54,6 +54,7 @@ CERRARRAY cerr[] = { { 122, "cannot create hash table" }, { 123, "illegal string" }, { 124, "more than one character in literal" }, + { 125, "not GR in operand x" }, { 201, "execute - out of COMET II memory" }, { 202, "SVC input - out of Input memory" }, { 203, "SVC output - out of COMET II memory" },