summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-03-05 02:14:53 +0100
committerAraq <rumpf_a@web.de>2014-03-05 02:14:53 +0100
commitaa92669d9219816f9cd9036b4977ddbdd16d3c5d (patch)
treef024b3c52686061393b8c464a06b5c931725e649 /compiler/vmdef.nim
parent1ce30b9e100bd12394fa8f633137b4da4c98a1d9 (diff)
downloadNim-aa92669d9219816f9cd9036b4977ddbdd16d3c5d.tar.gz
fixes #937
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r--compiler/vmdef.nim1
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