Revision 2ac71179 hw/pl050.c

b/hw/pl050.c
79 79
    case 4: /* KMIIR */
80 80
        return s->pending | 2;
81 81
    default:
82
        cpu_abort (cpu_single_env, "pl050_read: Bad offset %x\n", (int)offset);
82
        hw_error("pl050_read: Bad offset %x\n", (int)offset);
83 83
        return 0;
84 84
    }
85 85
}
......
107 107
        s->clk = value;
108 108
        return;
109 109
    default:
110
        cpu_abort (cpu_single_env, "pl050_write: Bad offset %x\n", (int)offset);
110
        hw_error("pl050_write: Bad offset %x\n", (int)offset);
111 111
    }
112 112
}
113 113
static CPUReadMemoryFunc *pl050_readfn[] = {

Also available in: Unified diff