diff --git a/basic/src/lib.rs b/basic/src/lib.rs index 35168ea..55fea07 100644 --- a/basic/src/lib.rs +++ b/basic/src/lib.rs @@ -1122,6 +1122,9 @@ impl Machine for BasicMachine { >::OPCODE => { Shr32Instruction::execute_with_advice::(self, ops, advice) } + >::OPCODE => { + Sra32Instruction::execute_with_advice::(self, ops, advice) + } >::OPCODE => { Lt32Instruction::execute_with_advice::(self, ops, advice) }