Revision 0ae18cee hw/mipsnet.c

b/hw/mipsnet.c
236 236
{
237 237
    MIPSnetState *s;
238 238

  
239
    qemu_check_nic_model(nd, "mipsnet");
240

  
239 241
    s = qemu_mallocz(sizeof(MIPSnetState));
240 242
    if (!s)
241 243
        return;

Also available in: Unified diff