diff options
author | Michał Zieliński <michal@zielinscy.org.pl> | 2014-02-09 15:34:18 +0100 |
---|---|---|
committer | Michał Zieliński <michal@zielinscy.org.pl> | 2014-02-09 15:34:18 +0100 |
commit | 820fdd634870686082ad01896327f67cf45cd96f (patch) | |
tree | ffe146b77359f616d25a28b85ab2ba8efd604f4c /compiler/vmdef.nim | |
parent | 11053afff83e00bb04be05590a169ed79ce5f0d3 (diff) | |
parent | e6a50307bb505304b37147417ba2a93586d59a51 (diff) | |
download | Nim-820fdd634870686082ad01896327f67cf45cd96f.tar.gz |
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r-- | compiler/vmdef.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim index 480c7f31b..87159c813 100644 --- a/compiler/vmdef.nim +++ b/compiler/vmdef.nim @@ -34,9 +34,11 @@ type opcAsgnComplex, opcLdArr, # a = b[c] + opcLdArrRef, opcWrArr, # a[b] = c opcWrArrRef, opcLdObj, # a = b.c + opcLdObjRef, opcWrObj, # a.b = c opcWrObjRef, opcAddr, |