mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
accel/tcg: Record DisasContextBase in tcg_ctx for plugins
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
b3f05b8ce2
commit
bf4bb074b7
2 changed files with 2 additions and 0 deletions
|
@ -537,6 +537,7 @@ struct TCGContext {
|
|||
* space for instructions (for variable-instruction-length ISAs).
|
||||
*/
|
||||
struct qemu_plugin_tb *plugin_tb;
|
||||
const struct DisasContextBase *plugin_db;
|
||||
|
||||
/* descriptor of the instruction being translated */
|
||||
struct qemu_plugin_insn *plugin_insn;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue