aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2025-02-17 11:32:49 +0000
committergingerBill <bill@gingerbill.org>2025-02-17 11:32:49 +0000
commit99d91ccd31366e78c7ec0e94b5e3d473806721ed (patch)
treecd782b3e6023bc1799d0c126449b24b1ab16150f /src/entity.cpp
parent4eba3698aa1dde15abd22de1452229293282efee (diff)
Work on making name mangling deterministic
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 d137a8674..b2148aa7b 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -257,6 +257,7 @@ struct Entity {
bool has_instrumentation : 1;
bool is_memcpy_like : 1;
bool uses_branch_location : 1;
+ bool is_anonymous : 1;
} Procedure;
struct {
Array<Entity *> entities;