Skip to content
Snippets Groups Projects
Commit cbe9bbd2 authored by Alexander Theißen's avatar Alexander Theißen Committed by GitHub
Browse files

contracts: Add missing instruction to the `Schedule` (#7527)

parent b05ce3c0
No related merge requests found
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment