projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6725f3f
)
Fix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48
author
Juergen Lock
<nox@jelal.kn-bremen.de>
Mon, 22 Mar 2010 18:12:43 +0000
(19:12 +0100)
committer
Blue Swirl
<blauwirbel@gmail.com>
Tue, 23 Mar 2010 19:44:41 +0000
(19:44 +0000)
Signed-off-by: Juergen Lock <nox@jelal.kn-bremen.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
bsd-user/main.c
patch
|
blob
|
history
diff --git
a/bsd-user/main.c
b/bsd-user/main.c
index 9f8683d2e6d31d87a75f4a05de908525cfa45477..6b59a1611228176e24a96ad84bf4562fe0f316b3 100644
(file)
--- 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)