authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-05-05 16:32:11-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-06-10 20:42:28-07:00
log70a4b76acaef8d4062f4d5317af398929ea6c9c4
treedc3f58cf0f6c0fa0efb8285a4f15706f7df883df
parent2f05b1482a6f62658cc70c252d48a24a40404aa8

std.builtin.AddressSpace: allocate one more bit to this enum


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/builtin.zig+1-1
......@@ -190,7 +190,7 @@ pub const CallingConvention = enum {
190190
191191/// This data structure is used by the Zig language code generation and
192192/// therefore must be kept in sync with the compiler implementation.
193pub const AddressSpace = enum(u4) {
193pub const AddressSpace = enum(u5) {
194194 generic,
195195 gs,
196196 fs,