mirror of
https://github.com/open-simh/simh.git
synced 2026-01-18 01:02:47 +00:00
SCP: Fix the allowed_remote_cmds to also list STEP before SAMPLEOUT
As discussed in #854
This commit is contained in:
parent
5ec4b3f2f4
commit
50ad9fbb82
@ -747,10 +747,10 @@ static CTAB allowed_remote_cmds[] = {
|
||||
{ "ASSIGN", &assign_cmd, 0 },
|
||||
{ "DEASSIGN", &deassign_cmd, 0 },
|
||||
{ "CONTINUE", &x_continue_cmd, 0 },
|
||||
{ "STEP", &x_step_cmd, 0 },
|
||||
{ "REPEAT", &x_repeat_cmd, 0 },
|
||||
{ "COLLECT", &x_collect_cmd, 0 },
|
||||
{ "SAMPLEOUT",&x_sampleout_cmd, 0 },
|
||||
{ "STEP", &x_step_cmd, 0 },
|
||||
{ "PWD", &pwd_cmd, 0 },
|
||||
{ "SAVE", &save_cmd, 0 },
|
||||
{ "DIR", &dir_cmd, 0 },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user