main.c, volatile, make shure they are up to date in memory when LONGJMP is executed
This commit is contained in:
parent
f8df1a7b2f
commit
e57b8b5426
|
|
@ -815,7 +815,7 @@ main(int argc, char **argv)
|
||||||
char log_file[BSIZE_SP];
|
char log_file[BSIZE_SP];
|
||||||
char soa_log_file[BSIZE_SP];
|
char soa_log_file[BSIZE_SP];
|
||||||
volatile bool readinit = TRUE;
|
volatile bool readinit = TRUE;
|
||||||
bool istty = TRUE;
|
volatile bool istty = TRUE;
|
||||||
bool iflag = FALSE;
|
bool iflag = FALSE;
|
||||||
bool qflag = FALSE;
|
bool qflag = FALSE;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue