We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0152656 commit 54160adCopy full SHA for 54160ad
crates/wasmi/src/engine/translator/func2/mod.rs
@@ -731,8 +731,7 @@ impl FuncTranslator {
731
bail_unreachable!(self);
732
let input = self.stack.pop();
733
if let Operand::Immediate(input) = input {
734
- self.stack
735
- .push_immediate(consteval(input.val().into()).into())?;
+ self.stack.push_immediate(consteval(input.val().into()))?;
736
return Ok(());
737
}
738
let input = self.layout.operand_to_reg(input)?;
0 commit comments