mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
generate_linux_syscalls: Handle riscv_hwprobe.
This commit is contained in:
parent
e0b9ebf322
commit
0460248900
@ -358,6 +358,7 @@ pub fn main() !void {
|
|||||||
try writer.writeAll(
|
try writer.writeAll(
|
||||||
\\
|
\\
|
||||||
\\ riscv_flush_icache = arch_specific_syscall + 15,
|
\\ riscv_flush_icache = arch_specific_syscall + 15,
|
||||||
|
\\ riscv_hwprobe = arch_specific_syscall + 14,
|
||||||
\\};
|
\\};
|
||||||
\\
|
\\
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user