diff --git a/crates/core_arch/src/riscv_shared/zk.rs b/crates/core_arch/src/riscv_shared/zk.rs index 502b5c57fd..035f22d072 100644 --- a/crates/core_arch/src/riscv_shared/zk.rs +++ b/crates/core_arch/src/riscv_shared/zk.rs @@ -75,7 +75,7 @@ extern "unadjusted" { #[inline] pub unsafe fn packh(rs1: usize, rs2: usize) -> usize { // Note: There is no LLVM intrinsic for this instruction currently. - + let value: usize; unsafe { asm!(