ELCR is not reset by PIC reset (bug report by malc)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1867 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2006-04-29 15:52:14 +00:00
parent a1e7547389
commit 4dbe19e181
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ static void pic_reset(void *opaque)
s->rotate_on_auto_eoi = 0;
s->special_fully_nested_mode = 0;
s->init4 = 0;
s->elcr = 0;
/* Note: ELCR is not reset */
}
static void pic_ioport_write(void *opaque, uint32_t addr, uint32_t val)