aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2025-01-01 17:26:15 +0000
committergingerBill <bill@gingerbill.org>2025-01-01 17:26:15 +0000
commit7b334d2bd9e881b450fb19e394d6d71840a62cf9 (patch)
treede11b2d8cf8b41331e1bb8354292e0253272ea14 /src/entity.cpp
parent1cf7a56ba700b8a20b4fe94459db416679501793 (diff)
Add `#branch_location`
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index 0c4a20df4..802b381f9 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -256,6 +256,7 @@ struct Entity {
bool entry_point_only : 1;
bool has_instrumentation : 1;
bool is_memcpy_like : 1;
+ bool uses_branch_location : 1;
} Procedure;
struct {
Array<Entity *> entities;