mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-13 07:19:26 +00:00
SCP: Remove printing of prompt for vm_read functions.
This commit is contained in:
parent
13a8b4d301
commit
d8d4701b9e
1
scp.c
1
scp.c
@ -3014,7 +3014,6 @@ while (stat != SCPE_EXIT) { /* in case exit */
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (sim_vm_read != NULL) { /* sim routine? */
|
if (sim_vm_read != NULL) { /* sim routine? */
|
||||||
printf ("%s", sim_prompt); /* prompt */
|
|
||||||
cptr = (*sim_vm_read) (cbuf, sizeof(cbuf), stdin);
|
cptr = (*sim_vm_read) (cbuf, sizeof(cbuf), stdin);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user