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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary-reader-nop.h b/src/binary-reader-nop.h
index c00614cc..8503e487 100644
--- a/src/binary-reader-nop.h
+++ b/src/binary-reader-nop.h
@@ -299,7 +299,7 @@ class BinaryReaderNop : public BinaryReader {
virtual Result OnReloc(RelocType type,
uint32_t offset,
uint32_t index,
- int32_t addend) {
+ uint32_t addend) {
return Result::Ok;
}
virtual Result EndRelocSection() { return Result::Ok; }