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

This commit is contained in:
Andrew Kelley 2023-05-05 16:32:11 -07:00
parent 2f05b1482a
commit 70a4b76aca

View File

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