From 0a2eb2997c7d54e35d4d5744f704598b4fa03284 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Fri, 25 Sep 2015 11:26:09 -0700 Subject: [PATCH] SAGE: Add missing STEP command structure members from scp.c --- SAGE/m68k_scp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,