diff --git a/vvp/stop.cc b/vvp/stop.cc index fdd918ef4..fb15f4146 100644 --- a/vvp/stop.cc +++ b/vvp/stop.cc @@ -353,7 +353,7 @@ static void cmd_unknown(unsigned, char*argv[]) "of available commands.\n"); } -struct { +struct cmd_table { const char*name; void (*proc)(unsigned argc, char*argv[]); const char*summary;