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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/binary-reader-nop.h b/src/binary-reader-nop.h
index f72dbf10..aedd4486 100644
--- a/src/binary-reader-nop.h
+++ b/src/binary-reader-nop.h
@@ -312,6 +312,11 @@ class BinaryReaderNop : public BinaryReaderDelegate {
Address offset) override {
return Result::Ok;
}
+ Result OnLoadZeroExpr(Opcode opcode,
+ Address alignment_log2,
+ Address offset) override {
+ return Result::Ok;
+ }
/* Elem section */
Result BeginElemSection(Offset size) override { return Result::Ok; }