Revision 7267c094 hw/omap_gpmc.c

b/hw/omap_gpmc.c
385 385
{
386 386
    int iomemtype;
387 387
    struct omap_gpmc_s *s = (struct omap_gpmc_s *)
388
            qemu_mallocz(sizeof(struct omap_gpmc_s));
388
            g_malloc0(sizeof(struct omap_gpmc_s));
389 389

  
390 390
    omap_gpmc_reset(s);
391 391

  

Also available in: Unified diff