summaryrefslogtreecommitdiff
path: root/src/binary-reader-nop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader-nop.h')
-rw-r--r--src/binary-reader-nop.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/binary-reader-nop.h b/src/binary-reader-nop.h
index 21d0a4c8..f0a2e4e5 100644
--- a/src/binary-reader-nop.h
+++ b/src/binary-reader-nop.h
@@ -271,6 +271,9 @@ class BinaryReaderNop : public BinaryReaderDelegate {
Result OnSimdLaneOpExpr(Opcode opcode, uint64_t value) override {
return Result::Ok;
}
+ Result OnSimdShuffleOpExpr(Opcode opcode, v128 value) override {
+ return Result::Ok;
+ }
/* Elem section */
Result BeginElemSection(Offset size) override { return Result::Ok; }