]> git.proxmox.com Git - qemu.git/blobdiff - async.c
i82378/i82374: Do not create DMA controller twice
[qemu.git] / async.c
diff --git a/async.c b/async.c
index 332d511ed5e138fd27a7cecc0ee42ba1450a9605..ecdaf15887c6afcbfd4883b09f583505d802f3a6 100644 (file)
--- a/async.c
+++ b/async.c
@@ -120,7 +120,7 @@ void qemu_bh_delete(QEMUBH *bh)
     bh->deleted = 1;
 }
 
-void qemu_bh_update_timeout(int *timeout)
+void qemu_bh_update_timeout(uint32_t *timeout)
 {
     QEMUBH *bh;