Revision a1c7273b hw/pflash_cfi02.c

b/hw/pflash_cfi02.c
367 367
    case 4:
368 368
        switch (pfl->cmd) {
369 369
        case 0xA0:
370
            /* Ignore writes while flash data write is occuring */
370
            /* Ignore writes while flash data write is occurring */
371 371
            /* As we suppose write is immediate, this should never happen */
372 372
            return;
373 373
        case 0x80:

Also available in: Unified diff