summaryrefslogtreecommitdiff
path: root/target-ppc/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-ppc/op.c')
-rw-r--r--target-ppc/op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/op.c b/target-ppc/op.c
index 98d788585b..7916b83c50 100644
--- a/target-ppc/op.c
+++ b/target-ppc/op.c
@@ -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();
}
}