SAGE: Add missing STEP command structure members from scp.c
This commit is contained in:
parent
77bbfae817
commit
0a2eb2997c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ static t_stat symtrace_cmd(int32 arg,char* buf);
|
||||||
|
|
||||||
static CTAB m68k_sim_cmds[] = {
|
static CTAB m68k_sim_cmds[] = {
|
||||||
{"STEP", &run_cmd, RU_STEP,
|
{"STEP", &run_cmd, RU_STEP,
|
||||||
"s{tep} {n} simulate n instructions\n" },
|
"s{tep} {n} simulate n instructions\n", NULL, &run_cmd_message },
|
||||||
{"HEXDUMP", &hdump_cmd, 0,
|
{"HEXDUMP", &hdump_cmd, 0,
|
||||||
"hex{dump} range dump memory\n" },
|
"hex{dump} range dump memory\n" },
|
||||||
{"SYMSET", &symset_cmd, 0,
|
{"SYMSET", &symset_cmd, 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue