From 54a6c5b34844322f2bb50222cb779dde02c6cad4 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Mon, 16 Jan 2017 23:04:45 +0100 Subject: fixes #5218 --- compiler/sighashes.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler') diff --git a/compiler/sighashes.nim b/compiler/sighashes.nim index 78d245a97..fd703a433 100644 --- a/compiler/sighashes.nim +++ b/compiler/sighashes.nim @@ -224,7 +224,7 @@ proc hashType(c: var MD5Context, t: PType; flags: set[ConsiderFlag]) = c &= ',' else: for i in countup(0, sonsLen(t) - 1): c.hashType t.sons[i], flags - of tyRange: + of tyRange, tyStatic: #if CoType notin flags: c.hashTree(t.n) c.hashType(t.sons[0], flags) -- cgit 1.4.1-2-gfad0