diff --git a/src/unwinder/mod.rs b/src/unwinder/mod.rs index d94a39e..0f5653a 100644 --- a/src/unwinder/mod.rs +++ b/src/unwinder/mod.rs @@ -286,7 +286,7 @@ fn force_unwind_phase2( stop( 1, UnwindAction::FORCE_UNWIND - | UnwindAction::END_OF_STACK + | UnwindAction::CLEANUP_PHASE | if frame.is_none() { UnwindAction::END_OF_STACK } else {