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 96063e6 commit e2ac030Copy full SHA for e2ac030
derive_tasm_object/src/lib.rs
@@ -212,7 +212,7 @@ fn impl_derive_tasm_object_macro(ast: DeriveInput) -> TokenStream {
212
} else {
213
quote! {
214
[
215
- crate::triton_vm::instruction::LabelledInstruction::Instruction(crate::triton_vm::instruction::AnInstruction::Pop(1crate::triton_vm::op_stack::OpStackElement::ST1)),
+ crate::triton_vm::instruction::LabelledInstruction::Instruction(crate::triton_vm::instruction::AnInstruction::Pop(crate::triton_vm::op_stack::NumberOfWords::N1)),
216
crate::triton_vm::instruction::LabelledInstruction::Instruction(crate::triton_vm::instruction::AnInstruction::Push(crate::triton_vm::prelude::BFieldElement::new(0u64))),
217
].to_vec()
218
}
0 commit comments