| ... | @@ -190,7 +190,7 @@ pub const CallingConvention = enum { | ... | @@ -190,7 +190,7 @@ pub const CallingConvention = enum { |
| 190 | | 190 | |
| 191 | /// This data structure is used by the Zig language code generation and | 191 | /// This data structure is used by the Zig language code generation and |
| 192 | /// therefore must be kept in sync with the compiler implementation. | 192 | /// therefore must be kept in sync with the compiler implementation. |
| 193 | pub const AddressSpace = enum(u4) { | 193 | pub const AddressSpace = enum(u5) { |
| 194 | generic, | 194 | generic, |
| 195 | gs, | 195 | gs, |
| 196 | fs, | 196 | fs, |