diff options
Diffstat (limited to 'linux-user')
-rw-r--r-- | linux-user/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-user/main.c b/linux-user/main.c index 81a1ada50b..bcc36f256b 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -2618,6 +2618,10 @@ int main(int argc, char **argv, char **envp) fprintf(stderr, "Unable to find CPU definition\n"); exit(1); } +#if defined(TARGET_I386) || defined(TARGET_SPARC) || defined(TARGET_PPC) + cpu_reset(env); +#endif + thread_env = env; if (getenv("QEMU_STRACE")) { |