Revision 0be71e32 hw/vga-isa-mm.c

b/hw/vga-isa-mm.c
100 100
    s_ioport_ctrl = cpu_register_io_memory(vga_mm_read_ctrl, vga_mm_write_ctrl, s);
101 101
    vga_io_memory = cpu_register_io_memory(vga_mem_read, vga_mem_write, s);
102 102

  
103
    vmstate_register(0, &vmstate_vga_common, s);
103
    vmstate_register(NULL, 0, &vmstate_vga_common, s);
104 104

  
105 105
    cpu_register_physical_memory(ctrl_base, 0x100000, s_ioport_ctrl);
106 106
    s->vga.bank_offset = 0;

Also available in: Unified diff