summaryrefslogtreecommitdiff
path: root/src/binary-reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader.h')
-rw-r--r--src/binary-reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary-reader.h b/src/binary-reader.h
index 1c2f2780..e8e5c45f 100644
--- a/src/binary-reader.h
+++ b/src/binary-reader.h
@@ -255,7 +255,7 @@ class BinaryReader {
virtual Result OnReloc(RelocType type,
uint32_t offset,
uint32_t index,
- int32_t addend) = 0;
+ uint32_t addend) = 0;
virtual Result EndRelocSection() = 0;
/* InitExpr - used by elem, data and global sections; these functions are