aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
diff options
context:
space:
mode:
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vl.c b/vl.c
index 3ad20e0..f86bf3c 100644
--- a/vl.c
+++ b/vl.c
@@ -2439,7 +2439,7 @@ void qemu_bh_delete(QEMUBH *bh)
bh->deleted = 1;
}
-static void qemu_bh_update_timeout(int *timeout)
+void qemu_bh_update_timeout(int *timeout)
{
QEMUBH *bh;