mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-19 12:22:23 -07:00
Add @(rodata)
This commit is contained in:
@@ -230,6 +230,7 @@ struct Entity {
|
||||
bool is_foreign;
|
||||
bool is_export;
|
||||
bool is_global;
|
||||
bool is_rodata;
|
||||
} Variable;
|
||||
struct {
|
||||
Type * type_parameter_specialization;
|
||||
|
||||
Reference in New Issue
Block a user