Suppress OpenBSD warning messages for leftover fifo bytes
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4791 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
399bf6bec9
commit
a214c59855
1 changed files with 1 additions and 0 deletions
1
hw/esp.c
1
hw/esp.c
|
|
@ -496,6 +496,7 @@ static void esp_mem_writeb(void *opaque, target_phys_addr_t addr, uint32_t val)
|
|||
//s->ti_size = 0;
|
||||
s->rregs[ESP_RINTR] = INTR_FC;
|
||||
s->rregs[ESP_RSEQ] = 0;
|
||||
s->rregs[ESP_RFLAGS] = 0;
|
||||
break;
|
||||
case CMD_RESET:
|
||||
DPRINTF("Chip reset (%2.2x)\n", val);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue