From b122b9fbe0e4e63b97eb89dc5049baa3db1f1e1b Mon Sep 17 00:00:00 2001 From: David Rubin Date: Fri, 25 Oct 2024 20:00:43 -0700 Subject: remove default field for `RiscvInterruptOptions.Mode` --- lib/std/builtin.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/std') diff --git a/lib/std/builtin.zig b/lib/std/builtin.zig index 114a4922a2..d14675b2fc 100644 --- a/lib/std/builtin.zig +++ b/lib/std/builtin.zig @@ -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, -- cgit v1.2.3