Skip to content

Commit 10d8d9a

Browse files
committed
fix error
1 parent f93e772 commit 10d8d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instructions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ fn clz<WIRE: InterpreterTypes, H: ScrollContextTr>(context: InstructionContext<'
258258
return;
259259
}
260260

261-
popn_top!([], op1, context.interpreter);
261+
popn_top!([], op1, interpreter);
262262

263263
let leading_zeros = op1.leading_zeros();
264264
*op1 = U256::from(leading_zeros);

0 commit comments

Comments
 (0)