Revision 93fcfe39 target-sh4/helper.c

b/target-sh4/helper.c
151 151
            expname = do_irq ? "interrupt" : "???";
152 152
            break;
153 153
	}
154
	fprintf(logfile, "exception 0x%03x [%s] raised\n",
155
		irq_vector, expname);
156
	cpu_dump_state(env, logfile, fprintf, 0);
154
	qemu_log("exception 0x%03x [%s] raised\n",
155
		  irq_vector, expname);
156
	log_cpu_state(env, 0);
157 157
    }
158 158

  
159 159
    env->ssr = env->sr;

Also available in: Unified diff