summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r--compiler/vmdef.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim
index a76e035a0..050caa65c 100644
--- a/compiler/vmdef.nim
+++ b/compiler/vmdef.nim
@@ -80,7 +80,7 @@ type
     
     opcNSetIntVal,
     opcNSetFloatVal, opcNSetSymbol, opcNSetIdent, opcNSetType, opcNSetStrVal,
-    opcNNewNimNode, opcNCopyNimNode, opcNCopyNimTree,
+    opcNNewNimNode, opcNCopyNimNode, opcNCopyNimTree, opcNDel, opcGenSym,
     
     opcSlurp,
     opcGorge,