X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=hw%2Fomap_uart.c;h=09ae9f8abf639ced4d514f650b0e97f8cc29800c;hb=7267c0947d7e8ae5dff7bafd932c3bc285f43e5c;hp=9cee81d7c9a9a0ffd7d060d766d3ea60fadf460f;hpb=14015304b662e8f8ccce46c5a6927af6a14c510b;p=qemu.git diff --git a/hw/omap_uart.c b/hw/omap_uart.c index 9cee81d7c..09ae9f8ab 100644 --- a/hw/omap_uart.c +++ b/hw/omap_uart.c @@ -55,7 +55,7 @@ struct omap_uart_s *omap_uart_init(target_phys_addr_t base, const char *label, CharDriverState *chr) { struct omap_uart_s *s = (struct omap_uart_s *) - qemu_mallocz(sizeof(struct omap_uart_s)); + g_malloc0(sizeof(struct omap_uart_s)); s->base = base; s->fclk = fclk;