| author | |
| committer | |
| log | 70a4b76acaef8d4062f4d5317af398929ea6c9c4 |
| tree | dc3f58cf0f6c0fa0efb8285a4f15706f7df883df |
| parent | 2f05b1482a6f62658cc70c252d48a24a40404aa8 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/builtin.zig+1-1| ... | ... | @@ -190,7 +190,7 @@ pub const CallingConvention = enum { |
| 190 | 190 | |
| 191 | 191 | /// This data structure is used by the Zig language code generation and |
| 192 | 192 | /// therefore must be kept in sync with the compiler implementation. |
| 193 | pub const AddressSpace = enum(u4) { | |
| 193 | pub const AddressSpace = enum(u5) { | |
| 194 | 194 | generic, |
| 195 | 195 | gs, |
| 196 | 196 | fs, |