Revision 2ac71179 hw/smc91c111.c

b/hw/smc91c111.c
413 413
        }
414 414
        break;
415 415
    }
416
    cpu_abort (cpu_single_env, "smc91c111_write: Bad reg %d:%x\n",
417
               s->bank, (int)offset);
416
    hw_error("smc91c111_write: Bad reg %d:%x\n", s->bank, (int)offset);
418 417
}
419 418

  
420 419
static uint32_t smc91c111_readb(void *opaque, target_phys_addr_t offset)
......
554 553
        }
555 554
        break;
556 555
    }
557
    cpu_abort (cpu_single_env, "smc91c111_read: Bad reg %d:%x\n",
558
               s->bank, (int)offset);
556
    hw_error("smc91c111_read: Bad reg %d:%x\n", s->bank, (int)offset);
559 557
    return 0;
560 558
}
561 559

  

Also available in: Unified diff