main.c, ngnutmeg command processing loop
This commit is contained in:
parent
75c10da5b5
commit
4d8e4cfc89
|
|
@ -1320,9 +1320,12 @@ evl:
|
||||||
|
|
||||||
evl:
|
evl:
|
||||||
/* Nutmeg "main" */
|
/* Nutmeg "main" */
|
||||||
(void) SETJMP(jbuf, 1);
|
for(;;)
|
||||||
|
if(!SETJMP(jbuf, 1)) {
|
||||||
|
/* enter the command processing loop */
|
||||||
cp_interactive = TRUE;
|
cp_interactive = TRUE;
|
||||||
app_rl_readlines(); /* enter the command processing loop */
|
app_rl_readlines();
|
||||||
|
}
|
||||||
|
|
||||||
#endif /* ~ SIMULATOR */
|
#endif /* ~ SIMULATOR */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue