Revision 22ed1d34 hw/pflash_cfi01.c

b/hw/pflash_cfi01.c
542 542
    }
543 543
    if (!(n & 0x1)) {
544 544
        ret++;
545
#if 0 /* This is not necessary as n is never 0 */
545 546
        n = n >> 1;
547
#endif
546 548
    }
547 549
#if 0 /* This is not necessary as n is never 0 */
548 550
    if (!n)

Also available in: Unified diff