mirror of
https://git.proxmox.com/git/qemu
synced 2025-07-17 17:08:56 +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:
parent
ed1c0bcb0c
commit
004bc62c28
@ -220,8 +220,8 @@ PPC_OP(queue_exception)
|
||||
|
||||
PPC_OP(process_exceptions)
|
||||
{
|
||||
if (env->exceptions != 0) {
|
||||
env->nip = PARAM(1);
|
||||
if (env->exceptions != 0) {
|
||||
do_check_exception_state();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user