diff options
Diffstat (limited to 'src/binary-reader-nop.h')
-rw-r--r-- | src/binary-reader-nop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binary-reader-nop.h b/src/binary-reader-nop.h index 18c6e83b..484e51f4 100644 --- a/src/binary-reader-nop.h +++ b/src/binary-reader-nop.h @@ -260,6 +260,7 @@ class BinaryReaderNop : public BinaryReaderDelegate { return Result::Ok; } Result OnUnaryExpr(Opcode opcode) override { return Result::Ok; } + Result OnTernaryExpr(Opcode opcode) override { return Result::Ok; } Result OnUnreachableExpr() override { return Result::Ok; } Result EndFunctionBody(Index index) override { return Result::Ok; } Result EndCodeSection() override { return Result::Ok; } |