diff options
Diffstat (limited to 'src/binary-reader-logging.h')
-rw-r--r-- | src/binary-reader-logging.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h index 298194d5..0b6d3de4 100644 --- a/src/binary-reader-logging.h +++ b/src/binary-reader-logging.h @@ -190,6 +190,7 @@ class BinaryReaderLogging : public BinaryReaderDelegate { Result OnThrowExpr(Index except_index) override; Result OnTryExpr(Index num_types, Type* sig_types) override; Result OnUnaryExpr(Opcode opcode) override; + Result OnTernaryExpr(Opcode opcode) override; Result OnUnreachableExpr() override; Result OnAtomicWaitExpr(Opcode opcode, uint32_t alignment_log2, |