X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fstruct.h;h=ec4f52b76d1285846371ad7092e8aa8cf43d9bf5;hp=de1aa4ba17ae1846625397566e59c1849824fb48;hb=f925850726e8cd1e429abe88fc5d96bdc74b987a;hpb=8b7bcce576862335c8bfeb6d937fe16463523c1d diff --git a/include/struct.h b/include/struct.h index de1aa4b..ec4f52b 100644 --- a/include/struct.h +++ b/include/struct.h @@ -114,6 +114,7 @@ typedef struct _CMDTAB { typedef struct { WORD start; /**<開始アドレス */ WORD end; /**<終了アドレス */ + bool stop; /**<終了フラグ */ } EXECPTR; extern EXECPTR *execptr;