mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
Address Spaces: x86 segment address spaces in builtin
This commit is contained in:
parent
cfbe9a6f61
commit
6023108650
@ -170,7 +170,9 @@ pub const CallingConvention = enum {
|
||||
/// therefore must be kept in sync with the compiler implementation.
|
||||
pub const AddressSpace = enum {
|
||||
generic,
|
||||
special,
|
||||
gs,
|
||||
fs,
|
||||
ss,
|
||||
};
|
||||
|
||||
/// This data structure is used by the Zig language code generation and
|
||||
|
Loading…
Reference in New Issue
Block a user