aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-01-07 21:34:44 +0000
committergingerBill <bill@gingerbill.org>2024-01-07 21:34:44 +0000
commitf4782157d3b586a88983d3b770c2c0eeb17946d1 (patch)
treee8d8d7ded61d6fb5e1f4aff6464657b68cacd6d8 /src/entity.cpp
parentaff8f06e3cb1bdb9c3ffee98a68675c843df78fd (diff)
Implement instrumentation pass
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index 0539386d0..e6c46d37e 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -251,7 +251,7 @@ struct Entity {
bool generated_from_polymorphic : 1;
bool target_feature_disabled : 1;
bool entry_point_only : 1;
- bool no_instrumentation : 1;
+ bool has_instrumentation : 1;
String target_feature;
} Procedure;
struct {