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 30dc0712..70dcbae6 100644 --- a/src/binary-reader-logging.h +++ b/src/binary-reader-logging.h @@ -164,6 +164,7 @@ class BinaryReaderLogging : public BinaryReaderDelegate { Index default_target_depth) override; Result OnCallExpr(Index func_index) override; Result OnCatchExpr(Index event_index) override; + Result OnCatchAllExpr() override; Result OnCallIndirectExpr(Index sig_index, Index table_index) override; Result OnCompareExpr(Opcode opcode) override; Result OnConvertExpr(Opcode opcode) override; |