Skip to content

Commit

Permalink
Surprise! We can't and either
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmr1993 committed Dec 4, 2023
1 parent fe9da52 commit d7d4f44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optimism/src/mips/interpreter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ pub trait InterpreterEnv {
type Variable: Clone
+ std::ops::Add<Self::Variable, Output = Self::Variable>
+ std::ops::Mul<Self::Variable, Output = Self::Variable>
+ std::ops::BitAnd<u32, Output = Self::Variable>
+ std::fmt::Debug;

fn overwrite_register_checked(&mut self, register_idx: &Self::Variable, value: &Self::Variable);
Expand Down

0 comments on commit d7d4f44

Please sign in to comment.