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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h
index 6256bff2..6726ed07 100644
--- a/src/binary-reader-logging.h
+++ b/src/binary-reader-logging.h
@@ -235,6 +235,8 @@ class BinaryReaderLogging : public BinaryReaderDelegate {
Result OnStackGlobal(Index stack_global) override;
Result OnSymbolInfo(string_view name, uint32_t flags) override;
Result OnSymbolInfoCount(Index count) override;
+ Result OnDataSize(uint32_t data_size) override;
+ Result OnDataAlignment(uint32_t data_alignment) override;
Result EndLinkingSection() override;
Result BeginExceptionSection(Offset size) override;