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, 1 insertions, 1 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h
index 374095f8..27d54152 100644
--- a/src/binary-reader-logging.h
+++ b/src/binary-reader-logging.h
@@ -217,7 +217,7 @@ class BinaryReaderLogging : public BinaryReader {
virtual Result OnReloc(RelocType type,
uint32_t offset,
uint32_t index,
- int32_t addend);
+ uint32_t addend);
virtual Result EndRelocSection();
virtual Result OnInitExprF32ConstExpr(uint32_t index, uint32_t value);