mirror of
https://github.com/ziglang/zig.git
synced 2024-12-14 15:20:13 +00:00
std.builtin.CallingConvention: remove deprecated RISC-V privilege mode
See b6cade0703
This commit is contained in:
parent
0b786059b5
commit
ed862b05ae
@ -473,7 +473,6 @@ pub const CallingConvention = union(enum(u8)) {
|
||||
mode: PrivilegeMode = .machine,
|
||||
|
||||
pub const PrivilegeMode = enum(u2) {
|
||||
user,
|
||||
supervisor,
|
||||
machine,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user