Skip to content

Commit

Permalink
contracts: Add missing instruction to the Schedule (paritytech#7527)
Browse files Browse the repository at this point in the history
  • Loading branch information
athei authored and shamb0 committed Nov 21, 2020
1 parent edf0b8f commit 9af39e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frame/contracts/src/schedule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ impl<'a, T: Trait> rules::Rules for ScheduleRules<'a, T> {
I32Clz | I64Clz => w.i64clz,
I32Ctz | I64Ctz => w.i64ctz,
I32Popcnt | I64Popcnt => w.i64popcnt,
I32Eqz | I64Eqz => w.i64eqz,
I64ExtendSI32 => w.i64extendsi32,
I64ExtendUI32 => w.i64extendui32,
I32WrapI64 => w.i32wrapi64,
Expand Down

0 comments on commit 9af39e4

Please sign in to comment.