Loading linux-user/main.c +3 −3 Original line number Diff line number Diff line Loading @@ -3222,7 +3222,7 @@ struct qemu_argument { const char *help; }; struct qemu_argument arg_table[] = { static const struct qemu_argument arg_table[] = { {"h", "", false, handle_arg_help, "", "print this help"}, {"g", "QEMU_GDB", true, handle_arg_gdb, Loading Loading @@ -3264,7 +3264,7 @@ struct qemu_argument arg_table[] = { static void usage(void) { struct qemu_argument *arginfo; const struct qemu_argument *arginfo; int maxarglen; int maxenvlen; Loading Loading @@ -3330,7 +3330,7 @@ static int parse_args(int argc, char **argv) { const char *r; int optind; struct qemu_argument *arginfo; const struct qemu_argument *arginfo; for (arginfo = arg_table; arginfo->handle_opt != NULL; arginfo++) { if (arginfo->env == NULL) { Loading Loading
linux-user/main.c +3 −3 Original line number Diff line number Diff line Loading @@ -3222,7 +3222,7 @@ struct qemu_argument { const char *help; }; struct qemu_argument arg_table[] = { static const struct qemu_argument arg_table[] = { {"h", "", false, handle_arg_help, "", "print this help"}, {"g", "QEMU_GDB", true, handle_arg_gdb, Loading Loading @@ -3264,7 +3264,7 @@ struct qemu_argument arg_table[] = { static void usage(void) { struct qemu_argument *arginfo; const struct qemu_argument *arginfo; int maxarglen; int maxenvlen; Loading Loading @@ -3330,7 +3330,7 @@ static int parse_args(int argc, char **argv) { const char *r; int optind; struct qemu_argument *arginfo; const struct qemu_argument *arginfo; for (arginfo = arg_table; arginfo->handle_opt != NULL; arginfo++) { if (arginfo->env == NULL) { Loading