fixes #13072; no test case because it will be added later with more exception handling related bugfixes

This commit is contained in:
Araq
2020-01-10 00:22:37 +01:00
committed by Andreas Rumpf
parent a33b72af49
commit 033da35de1

View File

@@ -1256,7 +1256,7 @@ proc genTypeInfo2Name(m: BModule; t: PType): Rope =
while it != nil:
it = it.skipTypes(skipPtrs)
if it.sym != nil:
var m = t.sym.owner
var m = it.sym.owner
while m != nil and m.kind != skModule: m = m.owner
if m == nil or sfSystemModule in m.flags:
# produce short names for system types: