From adff58848c639d483eb4b36614a1ed7815dfb516 Mon Sep 17 00:00:00 2001 From: xtremegamer1 Date: Sat, 12 Nov 2022 04:24:10 -0700 Subject: [PATCH] basically added a bool and stuff --- include/vminstrs.hpp | 2 ++ 1 file changed, 2 insertions(+) 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... ///