提交 6dca2016 编写于 作者: B bellard

fixed PPC state reloading


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@475 c046a42c-6fe2-441c-8c8c-71466251a162
上级 67867308
......@@ -190,9 +190,9 @@ int cpu_restore_state(TranslationBlock *tb,
#elif defined(TARGET_ARM)
env->regs[15] = gen_opc_pc[j];
#elif defined(TARGET_SPARC)
env->pc = gen_opc_pc[j];
env->pc = gen_opc_pc[j];
#elif defined(TARGET_PPC)
env->nip = gen_opc_pc[j];
#endif
return 0;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册