| author | |
| committer | |
| log | b122b9fbe0e4e63b97eb89dc5049baa3db1f1e1b |
| tree | f61b1d6f4bb1eaae07ddb5796b0348f9ca037492 |
| parent | 4adf63aefc62efb301c27d9f6ec71f92f52c23ca |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/builtin.zig+1-1| ... | ... | @@ -470,7 +470,7 @@ pub const CallingConvention = union(enum(u8)) { |
| 470 | 470 | /// `null` means the default for this calling convention. |
| 471 | 471 | incoming_stack_alignment: ?u64 = null, |
| 472 | 472 | /// The privilege mode. |
| 473 | mode: PrivilegeMode = .machine, | |
| 473 | mode: PrivilegeMode, | |
| 474 | 474 | |
| 475 | 475 | pub const PrivilegeMode = enum(u2) { |
| 476 | 476 | supervisor, |