mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
generate_linux_syscalls: Handle riscv_hwprobe.
This commit is contained in:
parent
e0b9ebf322
commit
0460248900
1 changed files with 1 additions and 0 deletions
|
|
@ -358,6 +358,7 @@ pub fn main() !void {
|
|||
try writer.writeAll(
|
||||
\\
|
||||
\\ riscv_flush_icache = arch_specific_syscall + 15,
|
||||
\\ riscv_hwprobe = arch_specific_syscall + 14,
|
||||
\\};
|
||||
\\
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue