> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux 20:23:21 up 3 days 19:24, 2 users, load average: 0.18, 0.39, 0.48
This commit is contained in:
parent
1b68eabc57
commit
06f8a46912
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ static int cmd_help_print(char *args, struct CMDTable* cur_cmd_table) {
|
|||
if (arg == NULL) {
|
||||
return -1;
|
||||
} else {
|
||||
printf("Subcommand \n");
|
||||
printf("nr_subcommand: %d\n", cur_cmd_table->nr_subcommand);
|
||||
for (i = 0; i < cur_cmd_table->nr_subcommand; i++) {
|
||||
if (strcmp(arg, cur_cmd_table[i].name) == 0) {
|
||||
printf("Subcommand \n");
|
||||
|
|
Loading…
Reference in a new issue