mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
no test case since only a special case was affected and the special case got removed
This commit is contained in:
@@ -1292,7 +1292,7 @@ proc genTryGoto(p: BProc; t: PNode; d: var TLoc) =
|
|||||||
# handler present or only handlers that did not match.
|
# handler present or only handlers that did not match.
|
||||||
linefmt(p, cpsStmts, "*nimErr_ = oldNimErrFin$1_;$n", [lab])
|
linefmt(p, cpsStmts, "*nimErr_ = oldNimErrFin$1_;$n", [lab])
|
||||||
endBlock(p)
|
endBlock(p)
|
||||||
if p.prc != nil: raiseExit(p)
|
raiseExit(p)
|
||||||
if hasExcept: inc p.withinTryWithExcept
|
if hasExcept: inc p.withinTryWithExcept
|
||||||
|
|
||||||
proc genTrySetjmp(p: BProc, t: PNode, d: var TLoc) =
|
proc genTrySetjmp(p: BProc, t: PNode, d: var TLoc) =
|
||||||
|
|||||||
Reference in New Issue
Block a user