提交 088ab16c 编写于 作者: P pbrook

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

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


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7051 c046a42c-6fe2-441c-8c8c-71466251a162
上级 9d33b76b
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册