add back what was required

This commit is contained in:
Araq
2019-04-03 16:13:12 +02:00
committed by Andreas Rumpf
parent 228d53006a
commit d5f2a5c204

View File

@@ -209,6 +209,12 @@ type
tls: ThreadLocalStorage
else:
nil
when hasSharedHeap:
next, prev: PGcThread
stackBottom, stackTop: pointer
stackSize: int
else:
nil
when emulatedThreadVars:
var globalsSlot: ThreadVarSlot