sim-card
/
qemu
Archived
10
0
Fork 0

Enable generic accepts-anything cpu by default for usermode emulation.

Signed-off-by: Paul Brook <paul@codesourcery.com>


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7051 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
pbrook 2009-04-09 15:20:50 +00:00
parent 9d33b76b20
commit 088ab16c6b
1 changed files with 1 additions and 1 deletions

View File

@ -2393,7 +2393,7 @@ int main(int argc, char **argv, char **envp)
cpu_model = "qemu32";
#endif
#elif defined(TARGET_ARM)
cpu_model = "arm926";
cpu_model = "any";
#elif defined(TARGET_M68K)
cpu_model = "any";
#elif defined(TARGET_SPARC)