diff options
author | Araq <rumpf_a@web.de> | 2014-03-05 02:14:53 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-03-05 02:14:53 +0100 |
commit | aa92669d9219816f9cd9036b4977ddbdd16d3c5d (patch) | |
tree | f024b3c52686061393b8c464a06b5c931725e649 /compiler/vmdef.nim | |
parent | 1ce30b9e100bd12394fa8f633137b4da4c98a1d9 (diff) | |
download | Nim-aa92669d9219816f9cd9036b4977ddbdd16d3c5d.tar.gz |
fixes #937
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r-- | compiler/vmdef.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim index 30beea29c..102fc3024 100644 --- a/compiler/vmdef.nim +++ b/compiler/vmdef.nim @@ -161,6 +161,7 @@ type PProc* = ref object blocks*: seq[TBlock] # blocks; temp data structure + sym*: PSym slots*: array[TRegister, tuple[inUse: bool, kind: TSlotKind]] maxSlots*: int |