Fix bsd-user broken by commit b5ec5ce0e3

Signed-off-by: Juergen Lock <nox@jelal.kn-bremen.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
master
Juergen Lock 2010-03-22 19:12:43 +01:00 committed by Blue Swirl
parent 6725f3fa1d
commit 0c62de2f4d
1 changed files with 4 additions and 0 deletions

View File

@ -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)