Revision 3b46e624 hw/mips_malta.c

b/hw/mips_malta.c
510 510
    stl_raw(p++, 0x00000000);                                      /* nop */
511 511

  
512 512
    /* YAMON service vector */
513
    stl_raw(phys_ram_base + bios_offset + 0x500, 0xbfc00580);      /* start: */				
513
    stl_raw(phys_ram_base + bios_offset + 0x500, 0xbfc00580);      /* start: */
514 514
    stl_raw(phys_ram_base + bios_offset + 0x504, 0xbfc0083c);      /* print_count: */
515
    stl_raw(phys_ram_base + bios_offset + 0x520, 0xbfc00580);      /* start: */				
515
    stl_raw(phys_ram_base + bios_offset + 0x520, 0xbfc00580);      /* start: */
516 516
    stl_raw(phys_ram_base + bios_offset + 0x52c, 0xbfc00800);      /* flush_cache: */
517 517
    stl_raw(phys_ram_base + bios_offset + 0x534, 0xbfc00808);      /* print: */
518 518
    stl_raw(phys_ram_base + bios_offset + 0x538, 0xbfc00800);      /* reg_cpu_isr: */

Also available in: Unified diff