Revision 0ae18cee hw/ne2000.c

b/hw/ne2000.c
722 722
{
723 723
    NE2000State *s;
724 724

  
725
    qemu_check_nic_model(nd, "ne2k_isa");
726

  
725 727
    s = qemu_mallocz(sizeof(NE2000State));
726 728
    if (!s)
727 729
        return;

Also available in: Unified diff