mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 01:45:19 +00:00
tc6393xb: correct NAND isr assertion
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
This commit is contained in:
parent
0fba9fd6c3
commit
f23c1b2a38
@ -381,7 +381,7 @@ static void tc6393xb_nand_writeb(TC6393xbState *s, target_phys_addr_t addr, uint
|
|||||||
case NAND_DATA + 2:
|
case NAND_DATA + 2:
|
||||||
case NAND_DATA + 3:
|
case NAND_DATA + 3:
|
||||||
nand_setio(s->flash, value);
|
nand_setio(s->flash, value);
|
||||||
s->nand.isr &= 1;
|
s->nand.isr |= 1;
|
||||||
tc6393xb_nand_irq(s);
|
tc6393xb_nand_irq(s);
|
||||||
return;
|
return;
|
||||||
case NAND_MODE:
|
case NAND_MODE:
|
||||||
|
Loading…
Reference in New Issue
Block a user