mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
added cpu_model parameter to cpu_init()
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3562 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
7d77bf2006
commit
aaed909a49
46 changed files with 320 additions and 324 deletions
|
@ -197,7 +197,7 @@ int main(int argc, char **argv)
|
|||
|
||||
// cpu_set_log(CPU_LOG_TB_IN_ASM | CPU_LOG_TB_OUT_ASM | CPU_LOG_EXEC);
|
||||
|
||||
env = cpu_init();
|
||||
env = cpu_init("qemu32");
|
||||
|
||||
/* disable code copy to simplify debugging */
|
||||
code_copy_enabled = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue