Revision fcfa9351 hw/sd.c

b/hw/sd.c
371 371
    status = ((sd->card_status >> 8) & 0xc000) |
372 372
             ((sd->card_status >> 6) & 0x2000) |
373 373
              (sd->card_status & 0x1fff);
374
    sd->card_status &= ~(CARD_STATUS_C & 0xc81fff);
374 375

  
375 376
    response[0] = (arg >> 8) & 0xff;
376 377
    response[1] = arg & 0xff;

Also available in: Unified diff