main.c, volatile, make shure they are up to date in memory when LONGJMP is executed
This commit is contained in:
parent
4b7627d60d
commit
14aa6d4303
|
|
@ -780,12 +780,12 @@ int
|
|||
main(int argc, char **argv)
|
||||
{
|
||||
char log_file[BSIZE_SP];
|
||||
bool readinit = TRUE;
|
||||
volatile bool readinit = TRUE;
|
||||
bool istty = TRUE;
|
||||
bool iflag = FALSE;
|
||||
bool qflag = FALSE;
|
||||
|
||||
FILE *circuit_file;
|
||||
FILE * volatile circuit_file;
|
||||
bool orflag = FALSE;
|
||||
|
||||
#ifdef TRACE
|
||||
|
|
|
|||
Loading…
Reference in New Issue