diff options
Diffstat (limited to 'src/passes/StackIR.cpp')
-rw-r--r-- | src/passes/StackIR.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/passes/StackIR.cpp b/src/passes/StackIR.cpp index ee2062b3d..0732a6499 100644 --- a/src/passes/StackIR.cpp +++ b/src/passes/StackIR.cpp @@ -257,6 +257,7 @@ private: case StackInst::IfEnd: case StackInst::LoopEnd: case StackInst::Catch: + case StackInst::CatchAll: case StackInst::TryEnd: { return true; } |