diff --git a/SAGE/m68k_scp.c b/SAGE/m68k_scp.c index c3a2646e..6de4ef3f 100644 --- a/SAGE/m68k_scp.c +++ b/SAGE/m68k_scp.c @@ -40,7 +40,7 @@ static t_stat symtrace_cmd(int32 arg,char* buf); static CTAB m68k_sim_cmds[] = { {"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, "hex{dump} range dump memory\n" }, {"SYMSET", &symset_cmd, 0,