| author | |
| committer | |
| log | 60231086508d26689d53b8bc545e8fe98cad966d |
| tree | ea47e7878c425ba48a1ab128978dcab40b2e821f |
| parent | cfbe9a6f61c98cb1b18e18aa6a4acf7785590953 |
1 files changed, 3 insertions(+), 1 deletions(-)
lib/std/builtin.zig+3-1| ... | ... | @@ -170,7 +170,9 @@ pub const CallingConvention = enum { |
| 170 | 170 | /// therefore must be kept in sync with the compiler implementation. |
| 171 | 171 | pub const AddressSpace = enum { |
| 172 | 172 | generic, |
| 173 | special, | |
| 173 | gs, | |
| 174 | fs, | |
| 175 | ss, | |
| 174 | 176 | }; |
| 175 | 177 | |
| 176 | 178 | /// This data structure is used by the Zig language code generation and |