Skip to content
Snippets Groups Projects
Commit 1b393b31 authored by Yongbok Kim's avatar Yongbok Kim
Browse files

dma/rc4030: fix a mixed declarations and code warning


Signed-off-by: default avatarYongbok Kim <yongbok.kim@imgtec.com>
Reviewed-by: default avatarHervé Poussineau <hpoussin@reactos.org>
parent c627e752
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment