diff options
Diffstat (limited to 'hw/tc6393xb.c')
-rw-r--r-- | hw/tc6393xb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/tc6393xb.c b/hw/tc6393xb.c index c3fbe4e205..0cadcde835 100644 --- a/hw/tc6393xb.c +++ b/hw/tc6393xb.c @@ -381,7 +381,7 @@ static void tc6393xb_nand_writeb(TC6393xbState *s, target_phys_addr_t addr, uint case NAND_DATA + 2: case NAND_DATA + 3: nand_setio(s->flash, value); - s->nand.isr &= 1; + s->nand.isr |= 1; tc6393xb_nand_irq(s); return; case NAND_MODE: |