summaryrefslogtreecommitdiff
path: root/src/binary-reader-logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader-logging.h')
-rw-r--r--src/binary-reader-logging.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h
index 408e5428..6691f069 100644
--- a/src/binary-reader-logging.h
+++ b/src/binary-reader-logging.h
@@ -203,6 +203,7 @@ class BinaryReaderLogging : public BinaryReaderDelegate {
Result EndFunctionBody(Index index) override;
Result EndCodeSection() override;
Result OnSimdLaneOpExpr(Opcode opcode, uint64_t value) override;
+ Result OnSimdShuffleOpExpr(Opcode opcode, v128 value) override;
Result BeginElemSection(Offset size) override;
Result OnElemSegmentCount(Index count) override;