summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-10-29 01:07:59 +0100
committerAraq <rumpf_a@web.de>2013-10-29 01:07:59 +0100
commitb4e25a6372ffed291ccbba6874723baa55fa0bf9 (patch)
tree7c8d6594395f390eaea020c024af4559fa1ea79a /compiler/vmdef.nim
parent6ea538cec3f2da832873252d0ec3810b9dbfede4 (diff)
downloadNim-b4e25a6372ffed291ccbba6874723baa55fa0bf9.tar.gz
new VM is getting stable
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r--compiler/vmdef.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim
index fabce58d7..f91b8a821 100644
--- a/compiler/vmdef.nim
+++ b/compiler/vmdef.nim
@@ -51,11 +51,11 @@ type
     opcLenSeq,
     opcLenStr,
 
-    opcIncl, opcExcl, opcCard, opcMulInt, opcDivInt, opcModInt,
+    opcIncl, opcInclRange, opcExcl, opcCard, opcMulInt, opcDivInt, opcModInt,
     opcAddFloat, opcSubFloat, opcMulFloat, opcDivFloat, opcShrInt, opcShlInt,
     opcBitandInt, opcBitorInt, opcBitxorInt, opcAddu, opcSubu, opcMulu, 
     opcDivu, opcModu, opcEqInt, opcLeInt, opcLtInt, opcEqFloat, 
-    opcLeFloat, opcLtFloat, opcLeu, opcLtu, opcEqRef, opcXor, 
+    opcLeFloat, opcLtFloat, opcLeu, opcLtu, opcEqRef, opcEqNimrodNode, opcXor, 
     opcNot, opcUnaryMinusInt, opcUnaryMinusFloat, opcBitnotInt, 
     opcEqStr, opcLeStr, opcLtStr, opcEqSet, opcLeSet, opcLtSet,
     opcMulSet, opcPlusSet, opcMinusSet, opcSymdiffSet, opcConcatStr,