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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h
index 70dcbae6..e585ff27 100644
--- a/src/binary-reader-logging.h
+++ b/src/binary-reader-logging.h
@@ -234,6 +234,9 @@ class BinaryReaderLogging : public BinaryReaderDelegate {
Result OnLoadSplatExpr(Opcode opcode,
Address alignment_log2,
Address offset) override;
+ Result OnLoadZeroExpr(Opcode opcode,
+ Address alignment_log2,
+ Address offset) override;
Result BeginElemSection(Offset size) override;
Result OnElemSegmentCount(Index count) override;