diff options
Diffstat (limited to 'src/interp/interp.cc')
-rw-r--r-- | src/interp/interp.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/interp.cc b/src/interp/interp.cc index ce1897bb..5988be1e 100644 --- a/src/interp/interp.cc +++ b/src/interp/interp.cc @@ -1736,6 +1736,7 @@ RunResult Thread::StepInternal(Trap::Ptr* out_trap) { case O::Try: case O::Catch: + case O::CatchAll: case O::Unwind: case O::Delegate: case O::Throw: |