Revision 2ac71179 hw/pxa2xx_timer.c

b/hw/pxa2xx_timer.c
205 205
        return s->snapshot;
206 206
    default:
207 207
    badreg:
208
        cpu_abort(cpu_single_env, "pxa2xx_timer_read: Bad offset "
209
                        REG_FMT "\n", offset);
208
        hw_error("pxa2xx_timer_read: Bad offset " REG_FMT "\n", offset);
210 209
    }
211 210

  
212 211
    return 0;
......
315 314
        break;
316 315
    default:
317 316
    badreg:
318
        cpu_abort(cpu_single_env, "pxa2xx_timer_write: Bad offset "
319
                        REG_FMT "\n", offset);
317
        hw_error("pxa2xx_timer_write: Bad offset " REG_FMT "\n", offset);
320 318
    }
321 319
}
322 320

  

Also available in: Unified diff