Skip to content

Commit

Permalink
Fix EvmCallDataLoad - add #[inst(value)] attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
sbillig committed Dec 2, 2024
1 parent 25e23a6 commit d8861bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ir/src/inst/evm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ pub struct EvmCallValue {}
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Inst)]
#[inst(side_effect(crate::inst::SideEffect::Read))]
pub struct EvmCallDataLoad {
#[inst(value)]
data_offset: ValueId,
}

Expand Down

0 comments on commit d8861bf

Please sign in to comment.