authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2024-10-15 20:35:47+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2024-10-19 19:21:32+01:00
loged862b05ae3dfd3a7236dd51de6dfd8efe5b21b8
treef808afb7a5ba6f9657534a454cea53377522966b
parent0b786059b5c2549acc8824857a5bdc3b13956272
signaturelock-open Commit is signed but in an unrecognized format.

std.builtin.CallingConvention: remove deprecated RISC-V privilege mode

See https://github.com/riscv/riscv-isa-manual/commit/b6cade07034d39e65134a879a5c3369d50e0df0e

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

lib/std/builtin.zig-1
...@@ -473,7 +473,6 @@ pub const CallingConvention = union(enum(u8)) {...@@ -473,7 +473,6 @@ pub const CallingConvention = union(enum(u8)) {
473 mode: PrivilegeMode = .machine,473 mode: PrivilegeMode = .machine,
474474
475 pub const PrivilegeMode = enum(u2) {475 pub const PrivilegeMode = enum(u2) {
476 user,
477 supervisor,476 supervisor,
478 machine,477 machine,
479 };478 };