diff options
| author | gingerBill <bill@gingerbill.org> | 2024-06-06 15:16:34 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-06-06 15:16:34 +0100 |
| commit | 9ef43fc782159893b7af139f9d9be3aec3108ecd (patch) | |
| tree | b1da3f8f421d997de2a0c966b3efe87a96f563eb /src/entity.cpp | |
| parent | 971229fe66cdc93135e0f7e41cdf2a0bce28cd67 (diff) | |
Add `@(rodata)`
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 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; |