mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
linux-user: Avoid redundant ENV_GET_CPU()
This fixes a mismerge in 874ec3c5b3.
Acked-by: Riku Voipio <riku.voipio@iki.fi>
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
@@ -3637,7 +3637,7 @@ int main(int argc, char **argv, char **envp)
|
||||
exit(1);
|
||||
}
|
||||
cpu = ENV_GET_CPU(env);
|
||||
cpu_reset(ENV_GET_CPU(env));
|
||||
cpu_reset(cpu);
|
||||
|
||||
thread_cpu = cpu;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user