summaryrefslogtreecommitdiff
path: root/src/type-checker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/type-checker.h')
-rw-r--r--src/type-checker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/type-checker.h b/src/type-checker.h
index 8a8fdc46..79990d4a 100644
--- a/src/type-checker.h
+++ b/src/type-checker.h
@@ -69,6 +69,7 @@ class TypeChecker {
Result OnBlock(const TypeVector& param_types, const TypeVector& result_types);
Result OnBr(Index depth);
Result OnBrIf(Index depth);
+ Result OnBrOnExn(Index depth, const TypeVector& types);
Result BeginBrTable();
Result OnBrTableTarget(Index depth);
Result EndBrTable();