diff options
| author | Damian Tarnawski <gthetarnav@gmail.com> | 2024-01-18 10:30:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-18 10:30:21 +0100 |
| commit | d6ee5e89fad7383f0e3dc92095cadfc2122e6e2d (patch) | |
| tree | f6bb31adae30c126a37a27688465904e05d340e4 /src/entity.cpp | |
| parent | a263da0bbe0caac92d58dba0bb516d92eaa6115e (diff) | |
| parent | 799f4379d8d3f9354291f69e599516e3a804f44b (diff) | |
Merge branch 'odin-lang:master' into patch-2
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..e6c46d37e 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 has_instrumentation : 1; String target_feature; } Procedure; struct { |