mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
remove default field for RiscvInterruptOptions.Mode
This commit is contained in:
parent
4adf63aefc
commit
b122b9fbe0
@ -470,7 +470,7 @@ pub const CallingConvention = union(enum(u8)) {
|
||||
/// `null` means the default for this calling convention.
|
||||
incoming_stack_alignment: ?u64 = null,
|
||||
/// The privilege mode.
|
||||
mode: PrivilegeMode = .machine,
|
||||
mode: PrivilegeMode,
|
||||
|
||||
pub const PrivilegeMode = enum(u2) {
|
||||
supervisor,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user