summary refs log tree commit diff stats
path: root/include/qemu/plugin.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2024-03-14 11:27:35 -1000
committerRichard Henderson <richard.henderson@linaro.org>2024-04-30 16:12:05 -0700
commitac977170bf1e89fce25197ad54f04d9ec1f6a2b6 (patch)
tree92a31527e656e4f5718a755ba2b63d8abe3cda0d /include/qemu/plugin.h
parent74bb8acc6a0c465eaf3a5a7d8b9fa5250a9243c7 (diff)
downloadfocaccia-qemu-ac977170bf1e89fce25197ad54f04d9ec1f6a2b6.tar.gz
focaccia-qemu-ac977170bf1e89fce25197ad54f04d9ec1f6a2b6.zip
plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/qemu/plugin.h')
-rw-r--r--include/qemu/plugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu/plugin.h b/include/qemu/plugin.h
index d0d830bfc0..0d0062448b 100644
--- a/include/qemu/plugin.h
+++ b/include/qemu/plugin.h
@@ -74,7 +74,6 @@ enum plugin_dyn_cb_type {
 
 enum plugin_dyn_cb_subtype {
     PLUGIN_CB_REGULAR,
-    PLUGIN_CB_REGULAR_R,
     PLUGIN_CB_INLINE,
     PLUGIN_N_CB_SUBTYPES,
 };