提交 004bc62c 编写于 作者: B bellard

update nip when processing exceptions (Jocelyn Mayer)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@627 c046a42c-6fe2-441c-8c8c-71466251a162
上级 ed1c0bcb
...@@ -220,8 +220,8 @@ PPC_OP(queue_exception) ...@@ -220,8 +220,8 @@ PPC_OP(queue_exception)
PPC_OP(process_exceptions) PPC_OP(process_exceptions)
{ {
env->nip = PARAM(1);
if (env->exceptions != 0) { if (env->exceptions != 0) {
env->nip = PARAM(1);
do_check_exception_state(); do_check_exception_state();
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册