diff options
-rw-r--r-- | src/binary-reader.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binary-reader.cc b/src/binary-reader.cc index faa949e8..6270b0b3 100644 --- a/src/binary-reader.cc +++ b/src/binary-reader.cc @@ -1779,6 +1779,7 @@ Result BinaryReader::ReadRelocSection(Offset section_size) { case RelocType::TableIndexI64: case RelocType::TypeIndexLEB: case RelocType::GlobalIndexLEB: + case RelocType::GlobalIndexI32: case RelocType::EventIndexLEB: case RelocType::TableIndexRelSLEB: break; |