diff options
Diffstat (limited to 'src/binary-reader.h')
-rw-r--r-- | src/binary-reader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binary-reader.h b/src/binary-reader.h index 6ba4c9b7..19643aa8 100644 --- a/src/binary-reader.h +++ b/src/binary-reader.h @@ -231,6 +231,7 @@ class BinaryReaderDelegate { virtual Result OnCallExpr(Index func_index) = 0; virtual Result OnCallIndirectExpr(Index sig_index, Index table_index) = 0; virtual Result OnCatchExpr(Index event_index) = 0; + virtual Result OnCatchAllExpr() = 0; virtual Result OnCompareExpr(Opcode opcode) = 0; virtual Result OnConvertExpr(Opcode opcode) = 0; virtual Result OnDelegateExpr(Index depth) = 0; |