Fix memory leak of custom helpers

This commit is contained in:
2022-01-20 19:50:57 +01:00
parent bbfb376a88
commit 55b4865945
3 changed files with 6 additions and 0 deletions

View File

@@ -692,6 +692,7 @@ struct TCGContext {
TCGOp *icount_start_insn;
/* qemu/tcg/tcg.c */
GHashTable *helper_table;
GHashTable *custom_helper_infos; // To support inline hooks.
TCGv_ptr cpu_env;
struct tcg_region_state region;
GTree *tree;