Revision 93fcfe39 hw/mips_timer.c

b/hw/mips_timer.c
84 84

  
85 85
    env = opaque;
86 86
#if 0
87
    if (logfile) {
88
        fprintf(logfile, "%s\n", __func__);
89
    }
87
    qemu_log("%s\n", __func__);
90 88
#endif
91 89

  
92 90
    if (env->CP0_Cause & (1 << CP0Ca_DC))

Also available in: Unified diff