summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-08-21 02:34:34 +0200
committerAraq <rumpf_a@web.de>2015-08-21 02:34:34 +0200
commit695e2e970e5ee560d324d6775c202f9b808f97fa (patch)
treeee9a89024a46a4eaf425c1000b5c0406c5c99633 /compiler/vmdef.nim
parenta2bb7d4c71e0804dd57c8e4d7ba16cf61ab184f1 (diff)
downloadNim-695e2e970e5ee560d324d6775c202f9b808f97fa.tar.gz
implemented macros.getImpl
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 6900b17c2..337e4ec8f 100644
--- a/compiler/vmdef.nim
+++ b/compiler/vmdef.nim
@@ -102,6 +102,7 @@ type
     opcEqIdent,
     opcStrToIdent,
     opcIdentToStr,
+    opcGetImpl,
 
     opcEcho,
     opcIndCall, # dest = call regStart, n; where regStart = fn, arg1, ...