Revision 22ed1d34 hw/pflash_cfi02.c

b/hw/pflash_cfi02.c
582 582
    }
583 583
    if (!(n & 0x1)) {
584 584
        ret++;
585
#if 0 /* This is not necessary as n is never 0 */
585 586
        n = n >> 1;
587
#endif
586 588
    }
587 589
#if 0 /* This is not necessary as n is never 0 */
588 590
    if (!n)

Also available in: Unified diff