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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/binary-reader-nop.h b/src/binary-reader-nop.h
index b3a24458..5a65f6ae 100644
--- a/src/binary-reader-nop.h
+++ b/src/binary-reader-nop.h
@@ -358,6 +358,13 @@ class BinaryReaderNop : public BinaryReaderDelegate {
Result OnDataAlignment(uint32_t data_alignment) override {
return Result::Ok;
}
+ Result OnSegmentInfoCount(Index count) override { return Result::Ok; }
+ Result OnSegmentInfo(Index index,
+ string_view name,
+ uint32_t alignment,
+ uint32_t flags) override {
+ return Result::Ok;
+ }
Result EndLinkingSection() override { return Result::Ok; }
/* InitExpr - used by elem, data and global sections; these functions are