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

See b6cade0703
This commit is contained in:
mlugg
2024-10-15 20:35:47 +01:00
parent 0b786059b5
commit ed862b05ae

View File

@@ -473,7 +473,6 @@ pub const CallingConvention = union(enum(u8)) {
mode: PrivilegeMode = .machine,
pub const PrivilegeMode = enum(u2) {
user,
supervisor,
machine,
};