generate_linux_syscalls: Handle riscv_hwprobe.
This commit is contained in:
@@ -358,6 +358,7 @@ pub fn main() !void {
|
||||
try writer.writeAll(
|
||||
\\
|
||||
\\ riscv_flush_icache = arch_specific_syscall + 15,
|
||||
\\ riscv_hwprobe = arch_specific_syscall + 14,
|
||||
\\};
|
||||
\\
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user