Revision 7267c094 hw/g364fb.c

b/hw/g364fb.c
590 590
    G364State *s;
591 591
    int io_ctrl;
592 592

  
593
    s = qemu_mallocz(sizeof(G364State));
593
    s = g_malloc0(sizeof(G364State));
594 594

  
595 595
    s->vram_size = 8 * 1024 * 1024;
596 596
    s->vram_offset = qemu_ram_alloc(NULL, "g364fb.vram", s->vram_size);

Also available in: Unified diff