> 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:22:54 up 3 days 19:23, 2 users, load average: 0.28, 0.42, 0.49
This commit is contained in:
parent
734c1bbcfc
commit
bcf00da892
1 changed files with 1 additions and 1 deletions
|
@ -136,11 +136,11 @@ static int cmd_info(char *args) {
|
||||||
|
|
||||||
static int cmd_help_print(char *args, struct CMDTable* cur_cmd_table) {
|
static int cmd_help_print(char *args, struct CMDTable* cur_cmd_table) {
|
||||||
int i;
|
int i;
|
||||||
printf("Subcommand \n");
|
|
||||||
char *arg = strtok(NULL, " ");
|
char *arg = strtok(NULL, " ");
|
||||||
if (arg == NULL) {
|
if (arg == NULL) {
|
||||||
return -1;
|
return -1;
|
||||||
} else {
|
} else {
|
||||||
|
printf("Subcommand \n");
|
||||||
for (i = 0; i < cur_cmd_table->nr_subcommand; i++) {
|
for (i = 0; i < cur_cmd_table->nr_subcommand; i++) {
|
||||||
if (strcmp(arg, cur_cmd_table[i].name) == 0) {
|
if (strcmp(arg, cur_cmd_table[i].name) == 0) {
|
||||||
printf("Subcommand \n");
|
printf("Subcommand \n");
|
||||||
|
|
Loading…
Reference in a new issue