generate_linux_syscalls: Handle riscv_hwprobe.

This commit is contained in:
Alex Rønne Petersen 2024-06-22 15:28:56 +02:00
parent e0b9ebf322
commit 0460248900
No known key found for this signature in database

View File

@ -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,
\\}; \\};
\\ \\
); );