From 8fc33633d644bf0ff8bb10d39b3d14fe3bf83088 Mon Sep 17 00:00:00 2001 From: araq Date: Thu, 18 Sep 2025 09:46:42 +0200 Subject: [PATCH] maybe so... --- compiler/ccgstmts.nim | 28 ++++++++++++++++++++++------ lib/system/excpt.nim | 4 ++++ 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/compiler/ccgstmts.nim b/compiler/ccgstmts.nim index f297a2d6f8..2fc92741fb 100644 --- a/compiler/ccgstmts.nim +++ b/compiler/ccgstmts.nim @@ -858,12 +858,28 @@ proc genRaiseStmt(p: BProc, t: PNode) = of excCpp: blockLeaveActions(p, howManyTrys = 0, howManyExcepts = p.inExceptBlockLen) of excGoto: - var inExcept = 0 - for i in 0..