Revision bea6030d

b/hw/arm_gic.c
460 460
    case 0x18: /* Highest Pending Interrupt */
461 461
        return s->current_pending;
462 462
    default:
463
        cpu_abort (cpu_single_env, "gic_cpu_writeb: Bad offset %x\n", offset);
463
        cpu_abort (cpu_single_env, "gic_cpu_read: Bad offset %x\n", offset);
464 464
        return 0;
465 465
    }
466 466
}
......
484 484
    case 0x10: /* End Of Interrupt */
485 485
        return gic_complete_irq(s, value & 0x3ff);
486 486
    default:
487
        cpu_abort (cpu_single_env, "gic_cpu_writeb: Bad offset %x\n", offset);
487
        cpu_abort (cpu_single_env, "gic_cpu_write: Bad offset %x\n", offset);
488 488
        return;
489 489
    }
490 490
    gic_update(s);

Also available in: Unified diff