From: Juergen Lock Date: Mon, 22 Mar 2010 18:12:43 +0000 (+0100) Subject: Fix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48 X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~8337 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c62de2f4df339230aa0f0b954847a870a02a5de;p=sdk%2Femulator%2Fqemu.git Fix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48 Signed-off-by: Juergen Lock Signed-off-by: Blue Swirl --- diff --git a/bsd-user/main.c b/bsd-user/main.c index 9f8683d..6b59a16 100644 --- a/bsd-user/main.c +++ b/bsd-user/main.c @@ -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)