pi test compiles, but crashes randomly

This commit is contained in:
Araq
2014-06-01 01:45:44 +02:00
parent 9953e0bbca
commit 40baebebfe
4 changed files with 43 additions and 6 deletions

View File

@@ -91,6 +91,7 @@ type
generics*: seq[TInstantiationPair] # pending list of instantiated generics to compile
lastGenericIdx*: int # used for the generics stack
hloLoopDetector*: int # used to prevent endless loops in the HLO
inParallelStmt*: int
proc makeInstPair*(s: PSym, inst: PInstantiation): TInstantiationPair =
result.genericSym = s