Skip to content

Commit

Permalink
Register new instructions to EvmInstSet
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Nak committed Nov 26, 2024
1 parent 69c8f76 commit 8845911
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/ir/src/inst/evm/inst_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pub struct EvmInstSet(
data::Mload,
data::Mstore,
data::Gep,
data::GetFunctionPtr,
data::Alloca,
data::InsertValue,
data::ExtractValue,
Expand Down Expand Up @@ -102,4 +103,5 @@ pub struct EvmInstSet(
evm::EvmRevert,
evm::EvmSelfDestruct,
evm::EvmMalloc,
evm::EvmContractSize,
);

0 comments on commit 8845911

Please sign in to comment.