aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/plugin-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel/tcg/plugin-helpers.h')
-rw-r--r--accel/tcg/plugin-helpers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/accel/tcg/plugin-helpers.h b/accel/tcg/plugin-helpers.h
index 1916ee7920..853bd21677 100644
--- a/accel/tcg/plugin-helpers.h
+++ b/accel/tcg/plugin-helpers.h
@@ -1,5 +1,4 @@
#ifdef CONFIG_PLUGIN
-/* Note: no TCG flags because those are overwritten later */
DEF_HELPER_2(plugin_vcpu_udata_cb, void, i32, ptr)
DEF_HELPER_4(plugin_vcpu_mem_cb, void, i32, i32, i64, ptr)
#endif