提交 75f482ae 编写于 作者: P pbrook

Fix typo.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4819 c046a42c-6fe2-441c-8c8c-71466251a162
上级 18be5187
......@@ -463,7 +463,7 @@ static int cpu_common_load(QEMUFile *f, void *opaque, int version_id)
return -EINVAL;
qemu_get_be32s(f, &env->halted);
qemu_put_be32s(f, &env->interrupt_request);
qemu_get_be32s(f, &env->interrupt_request);
tlb_flush(env, 1);
return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册