X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=src%2Fcomet2.c;h=a3fc2a061f294b802cbb4e86f40f6567ad473705;hp=c61299507b1a7cf172f456a8f1cb4128a087ee50;hb=285d44a446b45fa1a5ac66617b6920bc7ba81fa6;hpb=f2cce8431d5dc6646eab7ff40420a2db0cd19295 diff --git a/src/comet2.c b/src/comet2.c index c612995..a3fc2a0 100644 --- a/src/comet2.c +++ b/src/comet2.c @@ -15,12 +15,9 @@ static struct option longopts[] = { {0, 0, 0, 0} }; -/* 実行モード: trace, logical, dump */ -EXECMODE execmode = {false, false, false}; - /* エラー番号とエラーメッセージ */ CERRARRAY cerr[] = { - { 201, "execute - out of COMET II memory" }, + { 201, "Load object file - full of COMET II memory" }, { 202, "SVC input - out of Input memory" }, { 203, "SVC output - out of COMET II memory" }, { 204, "Program Register (PR) - out of COMET II memory" },