提交 a214c598 编写于 作者: B blueswir1

Suppress OpenBSD warning messages for leftover fifo bytes

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4791 c046a42c-6fe2-441c-8c8c-71466251a162
上级 399bf6be
...@@ -496,6 +496,7 @@ static void esp_mem_writeb(void *opaque, target_phys_addr_t addr, uint32_t val) ...@@ -496,6 +496,7 @@ static void esp_mem_writeb(void *opaque, target_phys_addr_t addr, uint32_t val)
//s->ti_size = 0; //s->ti_size = 0;
s->rregs[ESP_RINTR] = INTR_FC; s->rregs[ESP_RINTR] = INTR_FC;
s->rregs[ESP_RSEQ] = 0; s->rregs[ESP_RSEQ] = 0;
s->rregs[ESP_RFLAGS] = 0;
break; break;
case CMD_RESET: case CMD_RESET:
DPRINTF("Chip reset (%2.2x)\n", val); DPRINTF("Chip reset (%2.2x)\n", val);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册