Revision e89f00e6

b/hw/ne2000.c
217 217
    NE2000State *s = opaque;
218 218

  
219 219
    if (s->cmd & E8390_STOP)
220
        return 0;
220
        return 1;
221 221
    return !ne2000_buffer_full(s);
222 222
}
223 223

  

Also available in: Unified diff