diff mbox

Fix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48

Message ID 20100322181243.GA9713@triton8.kn-bremen.de
State New
Headers show

Commit Message

Juergen Lock March 22, 2010, 6:12 p.m. UTC
Signed-off-by: Juergen Lock <nox@jelal.kn-bremen.de>

Comments

Blue Swirl March 23, 2010, 7:45 p.m. UTC | #1
Thanks, applied.

On 3/22/10, Juergen Lock <nox@jelal.kn-bremen.de> wrote:
> Signed-off-by: Juergen Lock <nox@jelal.kn-bremen.de>
>
>  --- 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)
>
>
>
diff mbox

Patch

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