Skip to content

Commit

Permalink
isa: fix extension ISA to be added to ISA segment
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Nov 16, 2023
1 parent 9f39f72 commit dcfeba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/isa/exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ where
set.extend(DigestOp::isa_ids());
set.extend(Secp256k1Op::isa_ids());
set.extend(Curve25519Op::isa_ids());
set.extend(Extension::isa_ids());
set
}

Expand Down

0 comments on commit dcfeba7

Please sign in to comment.