aboutsummaryrefslogtreecommitdiff
path: root/hw/riscv/riscv_htif.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/riscv/riscv_htif.c')
-rw-r--r--hw/riscv/riscv_htif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/riscv/riscv_htif.c b/hw/riscv/riscv_htif.c
index 4f7b11dc37..ca87a5cf9f 100644
--- a/hw/riscv/riscv_htif.c
+++ b/hw/riscv/riscv_htif.c
@@ -96,7 +96,7 @@ static void htif_recv(void *opaque, const uint8_t *buf, int size)
* Called by the char dev to supply special events to the HTIF console.
* Not used for HTIF.
*/
-static void htif_event(void *opaque, int event)
+static void htif_event(void *opaque, QEMUChrEvent event)
{
}