Loading bsd-user/main.c +4 −0 Original line number Diff line number Diff line Loading @@ -759,6 +759,10 @@ int main(int argc, char **argv) } cpu_model = NULL; #if defined(cpudef_setup) cpudef_setup(); /* parse cpu definitions in target config file (TBD) */ #endif optind = 1; for(;;) { if (optind >= argc) Loading Loading
bsd-user/main.c +4 −0 Original line number Diff line number Diff line Loading @@ -759,6 +759,10 @@ int main(int argc, char **argv) } cpu_model = NULL; #if defined(cpudef_setup) cpudef_setup(); /* parse cpu definitions in target config file (TBD) */ #endif optind = 1; for(;;) { if (optind >= argc) Loading