diff options
-rw-r--r-- | target-ppc/op.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/op.c b/target-ppc/op.c index 98d7885..7916b83 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(); } } |