fuzzgen: Allow inline stackprobes for riscv64 (#5822)
This commit is contained in:
@@ -321,6 +321,7 @@ where
|
|||||||
let supports_inline_probestack = match target_arch {
|
let supports_inline_probestack = match target_arch {
|
||||||
Architecture::X86_64 => true,
|
Architecture::X86_64 => true,
|
||||||
Architecture::Aarch64(_) => true,
|
Architecture::Aarch64(_) => true,
|
||||||
|
Architecture::Riscv64(_) => true,
|
||||||
_ => false,
|
_ => false,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user