From 033da35de164e4ea86e36c8c4bb366f3fc4ac01a Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 10 Jan 2020 00:22:37 +0100 Subject: [PATCH] fixes #13072; no test case because it will be added later with more exception handling related bugfixes --- compiler/ccgtypes.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ccgtypes.nim b/compiler/ccgtypes.nim index 9c3e45697e..9a1f8cc46b 100644 --- a/compiler/ccgtypes.nim +++ b/compiler/ccgtypes.nim @@ -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: