SCP: Fix display of context command when reporting processing DQ in QUIET mode
This commit is contained in:
parent
09f69f13b5
commit
b80402e59c
1 changed files with 1 additions and 1 deletions
2
scp.c
2
scp.c
|
@ -11335,7 +11335,7 @@ while (1) { /* format passed string, arg
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sim_do_ocptr[sim_do_depth]) {
|
if (sim_do_ocptr[sim_do_depth]) {
|
||||||
if (!sim_do_echo && !sim_quiet && !inhibit_message && !sim_cmd_echoed) {
|
if (!sim_do_echo && !inhibit_message && !sim_cmd_echoed) {
|
||||||
sim_printf("%s> %s\n", do_position(), sim_do_ocptr[sim_do_depth]);
|
sim_printf("%s> %s\n", do_position(), sim_do_ocptr[sim_do_depth]);
|
||||||
sim_cmd_echoed = TRUE;
|
sim_cmd_echoed = TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue