diff --git a/include/vminstrs.hpp b/include/vminstrs.hpp index 7a3f327..4d5fa5f 100644 --- a/include/vminstrs.hpp +++ b/include/vminstrs.hpp @@ -109,6 +109,8 @@ enum class vbranch_type { /// virtual code block /// struct vblk_t { + bool is_branch; + /// /// start address VIP of this basic block... ///