aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2024-06-09 16:42:23 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2024-06-09 16:42:23 +0200
commit3c7e2659ac60f6666ae0589304174694f4666778 (patch)
tree36194f25845f6ac3896977a9bd326c0431ce742c /src/entity.cpp
parent28ea9425fdd1dca0179873a3fe2c2d64df2e3299 (diff)
parentef7c6b98951aacc72bd25750e1c4a3a8c30c7d06 (diff)
Merge branch 'master' into tlsf-allocator
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 e4fc66dac..7f484e308 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -230,6 +230,7 @@ struct Entity {
bool is_foreign;
bool is_export;
bool is_global;
+ bool is_rodata;
} Variable;
struct {
Type * type_parameter_specialization;