diff options
author | Zahary Karadjov <zahary@gmail.com> | 2014-03-06 23:25:45 +0200 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2014-03-06 23:25:45 +0200 |
commit | 2cbe46daff73987d819ea0ca4bc6ada919d531d4 (patch) | |
tree | 26aac8e46dfb434ba8076e5ad8ebcbdc70c32a9f /compiler/vmdef.nim | |
parent | ee1b0d8c6784c30307bcddc7ab8ace0bba35e853 (diff) | |
parent | 7500a5ea0bc4643c37f3ab8cbee8cb5e01678032 (diff) | |
download | Nim-2cbe46daff73987d819ea0ca4bc6ada919d531d4.tar.gz |
Merge branch 'devel' of github.com:Araq/Nimrod into devel
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 |