update nip when processing exceptions (Jocelyn Mayer)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@627 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-02-21 14:10:04 +00:00
parent ed1c0bcb0c
commit 004bc62c28
1 changed files with 1 additions and 1 deletions

View File

@ -220,8 +220,8 @@ PPC_OP(queue_exception)
PPC_OP(process_exceptions)
{
env->nip = PARAM(1);
if (env->exceptions != 0) {
env->nip = PARAM(1);
do_check_exception_state();
}
}