diff options
-rw-r--r-- | tcg/tcg-op.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/tcg-op.c b/tcg/tcg-op.c index ddab20a..3136cef 100644 --- a/tcg/tcg-op.c +++ b/tcg/tcg-op.c @@ -2808,7 +2808,6 @@ void tcg_gen_exit_tb(const TranslationBlock *tb, unsigned idx) tcg_debug_assert(idx == TB_EXIT_REQUESTED); } - plugin_gen_disable_mem_helpers(); tcg_gen_op1i(INDEX_op_exit_tb, val); } |