diff options
| author | gingerBill <bill@gingerbill.org> | 2024-06-11 12:19:52 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-06-11 12:19:52 +0100 |
| commit | 0b02c67cdf316d55232f0433d51f6ea781d74a22 (patch) | |
| tree | efb6b51976abe30535a9c25ad2d86d4c184f0290 /src/entity.cpp | |
| parent | 9b0e87544a2de1f817be78f0183c8485870d9fcf (diff) | |
Minor clean up for backend
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 7f484e308..8f55c1faf 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -256,6 +256,7 @@ struct Entity { bool generated_from_polymorphic : 1; bool entry_point_only : 1; bool has_instrumentation : 1; + bool is_memcpy_like : 1; } Procedure; struct { Array<Entity *> entities; |