Skip to content

Commit

Permalink
Fix stack
Browse files Browse the repository at this point in the history
  • Loading branch information
LindaGuiga committed Oct 27, 2023
1 parent fe97c7b commit 9d01832
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evm/src/cpu/stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ pub(crate) struct StackBehavior {
pub(crate) const BASIC_UNARY_OP: Option<StackBehavior> = Some(StackBehavior {
num_pops: 1,
pushes: true,
new_top_stack_channel: Some(NUM_GP_CHANNELS - 1),
disable_other_channels: true,
});
const BASIC_BINARY_OP: Option<StackBehavior> = Some(StackBehavior {
Expand Down

0 comments on commit 9d01832

Please sign in to comment.