Revision 2ac71179 hw/pl181.c

b/hw/pl181.c
332 332
            return value;
333 333
        }
334 334
    default:
335
        cpu_abort (cpu_single_env, "pl181_read: Bad offset %x\n", (int)offset);
335
        hw_error("pl181_read: Bad offset %x\n", (int)offset);
336 336
        return 0;
337 337
    }
338 338
}
......
403 403
        }
404 404
        break;
405 405
    default:
406
        cpu_abort (cpu_single_env, "pl181_write: Bad offset %x\n", (int)offset);
406
        hw_error("pl181_write: Bad offset %x\n", (int)offset);
407 407
    }
408 408
    pl181_update(s);
409 409
}

Also available in: Unified diff