mirror of
https://github.com/mii443/qemu.git
synced 2025-09-03 07:39:26 +00:00
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:
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user