authorgravatar for david@vortan.devDavid Rubin <david@vortan.dev> 2024-10-25 20:00:43-07:00
committergravatar for david@vortan.devDavid Rubin <david@vortan.dev> 2024-10-25 20:00:43-07:00
logb122b9fbe0e4e63b97eb89dc5049baa3db1f1e1b
treef61b1d6f4bb1eaae07ddb5796b0348f9ca037492
parent4adf63aefc62efb301c27d9f6ec71f92f52c23ca
signaturelock-open Commit is signed but in an unrecognized format.

remove default field for `RiscvInterruptOptions.Mode`


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

lib/std/builtin.zig+1-1
...@@ -470,7 +470,7 @@ pub const CallingConvention = union(enum(u8)) {...@@ -470,7 +470,7 @@ pub const CallingConvention = union(enum(u8)) {
470 /// `null` means the default for this calling convention.470 /// `null` means the default for this calling convention.
471 incoming_stack_alignment: ?u64 = null,471 incoming_stack_alignment: ?u64 = null,
472 /// The privilege mode.472 /// The privilege mode.
473 mode: PrivilegeMode = .machine,473 mode: PrivilegeMode,
474474
475 pub const PrivilegeMode = enum(u2) {475 pub const PrivilegeMode = enum(u2) {
476 supervisor,476 supervisor,