Revision 43dc2a64 hw/sh_serial.c

b/hw/sh_serial.c
182 182
    }
183 183

  
184 184
    fprintf(stderr, "sh_serial: unsupported write to 0x%02x\n", offs);
185
    assert(0);
185
    abort();
186 186
}
187 187

  
188 188
static uint32_t sh_serial_ioport_read(void *opaque, uint32_t offs)
......
282 282

  
283 283
    if (ret & ~((1 << 16) - 1)) {
284 284
        fprintf(stderr, "sh_serial: unsupported read from 0x%02x\n", offs);
285
	assert(0);
285
        abort();
286 286
    }
287 287

  
288 288
    return ret;

Also available in: Unified diff