Revision 618ba8e6 target-ppc/op_helper.c

b/target-ppc/op_helper.c
3741 3741
            if (likely(tb)) {
3742 3742
                /* the PC is inside the translated code. It means that we have
3743 3743
                   a virtual CPU fault */
3744
                cpu_restore_state(tb, env, pc, NULL);
3744
                cpu_restore_state(tb, env, pc);
3745 3745
            }
3746 3746
        }
3747 3747
        helper_raise_exception_err(env->exception_index, env->error_code);

Also available in: Unified diff