diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2024-03-14 11:27:35 -1000 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2024-04-30 16:12:05 -0700 |
| commit | ac977170bf1e89fce25197ad54f04d9ec1f6a2b6 (patch) | |
| tree | 92a31527e656e4f5718a755ba2b63d8abe3cda0d /include/qemu/plugin.h | |
| parent | 74bb8acc6a0c465eaf3a5a7d8b9fa5250a9243c7 (diff) | |
| download | focaccia-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.h | 1 |
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, }; |