mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
sparc32 (mostly): remove unneeded calls to device reset
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
c169998802
commit
a01d6ef446
17 changed files with 2 additions and 24 deletions
|
@ -762,7 +762,9 @@ CPUSPARCState *cpu_sparc_init(const char *cpu_model)
|
|||
cpu_sparc_close(env);
|
||||
return NULL;
|
||||
}
|
||||
#if defined(CONFIG_USER_ONLY)
|
||||
cpu_reset(env);
|
||||
#endif
|
||||
qemu_init_vcpu(env);
|
||||
|
||||
return env;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue