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 dee30fd3..408e5428 100644
--- a/src/binary-reader-logging.h
+++ b/src/binary-reader-logging.h
@@ -202,6 +202,7 @@ class BinaryReaderLogging : public BinaryReaderDelegate {
Address offset) override;
Result EndFunctionBody(Index index) override;
Result EndCodeSection() override;
+ Result OnSimdLaneOpExpr(Opcode opcode, uint64_t value) override;
Result BeginElemSection(Offset size) override;
Result OnElemSegmentCount(Index count) override;