mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 04:24:33 +01:00
std.builtin.CallingConvention: remove deprecated RISC-V privilege mode
See b6cade0703
This commit is contained in:
parent
0b786059b5
commit
ed862b05ae
1 changed files with 0 additions and 1 deletions
|
|
@ -473,7 +473,6 @@ pub const CallingConvention = union(enum(u8)) {
|
|||
mode: PrivilegeMode = .machine,
|
||||
|
||||
pub const PrivilegeMode = enum(u2) {
|
||||
user,
|
||||
supervisor,
|
||||
machine,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue