Revision 618ba8e6 target-cris/op_helper.c

b/target-cris/op_helper.c
77 77
            if (tb) {
78 78
                /* the PC is inside the translated code. It means that we have
79 79
                   a virtual CPU fault */
80
                cpu_restore_state(tb, env, pc, NULL);
80
                cpu_restore_state(tb, env, pc);
81 81

  
82 82
		/* Evaluate flags after retranslation.  */
83 83
                helper_top_evaluate_flags();

Also available in: Unified diff