Commit 0c62de2f authored by Juergen Lock's avatar Juergen Lock Committed by Blue Swirl
Browse files

Fix bsd-user broken by commit b5ec5ce0

parent 6725f3fa
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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)