]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qobject/qbool.c
accel: Replace target_ulong in tlb_*()
[mirror_qemu.git] / qobject / qbool.c
index 16a600abb93fd8ae8efa421772ee5e618dc101dd..c7049c0c501b0eecd95a56177e6ae5695c95ba59 100644 (file)
@@ -56,3 +56,8 @@ void qbool_destroy_obj(QObject *obj)
     assert(obj != NULL);
     g_free(qobject_to(QBool, obj));
 }
+
+void qbool_unref(QBool *q)
+{
+    qobject_unref(q);
+}