diff options
| author | gingerBill <bill@gingerbill.org> | 2024-01-07 19:56:00 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-01-07 19:56:00 +0000 |
| commit | aff8f06e3cb1bdb9c3ffee98a68675c843df78fd (patch) | |
| tree | 14045e04f2c06c1dfb78cad9cbd0a4528959ccad /src/entity.cpp | |
| parent | 1e1228fb37bafd6ab277247a8bea91fab68914e0 (diff) | |
Add frontend stuff instrumentation tooling
//+no-instrumentation
@(no_instrumentation)
@(instrumentation_enter)
@(instrumentation_exit)
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index d0b3cf139..0539386d0 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -251,6 +251,7 @@ struct Entity { bool generated_from_polymorphic : 1; bool target_feature_disabled : 1; bool entry_point_only : 1; + bool no_instrumentation : 1; String target_feature; } Procedure; struct { |