Revision 0be71e32 hw/m48t59.c

b/hw/m48t59.c
694 694
    }
695 695
    qemu_get_timedate(&s->alarm, 0);
696 696

  
697
    register_savevm("m48t59", -1, 1, m48t59_save, m48t59_load, s);
697
    register_savevm(NULL, "m48t59", -1, 1, m48t59_save, m48t59_load, s);
698 698
}
699 699

  
700 700
static int m48t59_init_isa1(ISADevice *dev)

Also available in: Unified diff