提交 0ac46af3 编写于 作者: A Andreas Färber

linux-user: Avoid redundant ENV_GET_CPU()

This fixes a mismerge in 874ec3c5.
Acked-by: NRiku Voipio <riku.voipio@iki.fi>
Signed-off-by: NAndreas Färber <afaerber@suse.de>
上级 f0ef1cf4
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册