From 42f8873b23b0f76dca4a7c15c078201263b0464c Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Mon, 25 Oct 2021 01:35:01 -0700 Subject: [PATCH] tcg: Mark plugin CB start as BB end --- include/tcg/tcg-opc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tcg/tcg-opc.h b/include/tcg/tcg-opc.h index 73f4fca225..ab773a6531 100644 --- a/include/tcg/tcg-opc.h +++ b/include/tcg/tcg-opc.h @@ -196,7 +196,7 @@ DEF(exit_tb, 0, 0, 1, TCG_OPF_BB_EXIT | TCG_OPF_BB_END) DEF(goto_tb, 0, 0, 1, TCG_OPF_BB_EXIT | TCG_OPF_BB_END) DEF(goto_ptr, 0, 1, 0, TCG_OPF_BB_EXIT | TCG_OPF_BB_END) -DEF(plugin_cb_start, 0, 0, 3, TCG_OPF_NOT_PRESENT) +DEF(plugin_cb_start, 0, 0, 3, TCG_OPF_NOT_PRESENT | TCG_OPF_BB_END) DEF(plugin_cb_end, 0, 0, 0, TCG_OPF_NOT_PRESENT) DEF(qemu_ld_i32, 1, TLADDR_ARGS, 1,