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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binary-reader-nop.h b/src/binary-reader-nop.h
index 5f76d5aa..7e934116 100644
--- a/src/binary-reader-nop.h
+++ b/src/binary-reader-nop.h
@@ -157,6 +157,7 @@ class BinaryReaderNop : public BinaryReader {
EndFunctionBody */
Result OnOpcode(Opcode Opcode) override { return Result::Ok; }
Result OnOpcodeBare() override { return Result::Ok; }
+ Result OnOpcodeIndex(Index value) override { return Result::Ok; }
Result OnOpcodeUint32(uint32_t value) override { return Result::Ok; }
Result OnOpcodeUint32Uint32(uint32_t value, uint32_t value2) override {
return Result::Ok;