提交 1b393b31 编写于 作者: Y Yongbok Kim

dma/rc4030: fix a mixed declarations and code warning

Signed-off-by: NYongbok Kim <yongbok.kim@imgtec.com>
Reviewed-by: NHervé Poussineau <hpoussin@reactos.org>
上级 c627e752
......@@ -99,8 +99,8 @@ typedef struct rc4030State
static void set_next_tick(rc4030State *s)
{
qemu_irq_lower(s->timer_irq);
uint32_t tm_hz;
qemu_irq_lower(s->timer_irq);
tm_hz = 1000 / (s->itr + 1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册