| ... | @@ -170,7 +170,9 @@ pub const CallingConvention = enum { | ... | @@ -170,7 +170,9 @@ pub const CallingConvention = enum { |
| 170 | /// therefore must be kept in sync with the compiler implementation. | 170 | /// therefore must be kept in sync with the compiler implementation. |
| 171 | pub const AddressSpace = enum { | 171 | pub const AddressSpace = enum { |
| 172 | generic, | 172 | generic, |
| 173 | special, | 173 | gs, |
| | 174 | fs, |
| | 175 | ss, |
| 174 | }; | 176 | }; |
| 175 | | 177 | |
| 176 | /// This data structure is used by the Zig language code generation and | 178 | /// This data structure is used by the Zig language code generation and |