diff options
author | Araq <rumpf_a@web.de> | 2013-10-29 01:07:59 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-10-29 01:07:59 +0100 |
commit | b4e25a6372ffed291ccbba6874723baa55fa0bf9 (patch) | |
tree | 7c8d6594395f390eaea020c024af4559fa1ea79a /compiler/vmdef.nim | |
parent | 6ea538cec3f2da832873252d0ec3810b9dbfede4 (diff) | |
download | Nim-b4e25a6372ffed291ccbba6874723baa55fa0bf9.tar.gz |
new VM is getting stable
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r-- | compiler/vmdef.nim | 4 |
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, |