Skip to content

Commit a7bd65d

Browse files
authored
fuzzgen: Allow inline stackprobes for riscv64 (bytecodealliance#5822)
1 parent a139ed6 commit a7bd65d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cranelift/fuzzgen/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ where
321321
let supports_inline_probestack = match target_arch {
322322
Architecture::X86_64 => true,
323323
Architecture::Aarch64(_) => true,
324+
Architecture::Riscv64(_) => true,
324325
_ => false,
325326
};
326327

0 commit comments

Comments
 (0)