aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorFranz Höltermann <Francis_the_cat@gmx.de>2024-06-14 17:43:09 +0200
committerFranz Höltermann <Francis_the_cat@gmx.de>2024-06-14 17:43:09 +0200
commitc3302615a3f03d2d8556b8a7ba7df01ac6448bff (patch)
tree6cdf05bc057ed93a7e66d6a2467b63f048eeecff /src/entity.cpp
parent3c3f0f90c2c8d063845cf0ecb61a23705749e445 (diff)
parentcd5fa8523f79ce981e5047dad5b66155f493d169 (diff)
Merge branch 'master' of https://github.com/FrancisTheCat/Odin
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 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;