summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
diff options
context:
space:
mode:
authorMichał Zieliński <michal@zielinscy.org.pl>2014-02-09 15:34:18 +0100
committerMichał Zieliński <michal@zielinscy.org.pl>2014-02-09 15:34:18 +0100
commit820fdd634870686082ad01896327f67cf45cd96f (patch)
treeffe146b77359f616d25a28b85ab2ba8efd604f4c /compiler/vmdef.nim
parent11053afff83e00bb04be05590a169ed79ce5f0d3 (diff)
parente6a50307bb505304b37147417ba2a93586d59a51 (diff)
downloadNim-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.nim2
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,