summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-06-18 15:05:44 +0200
committerAraq <rumpf_a@web.de>2015-06-18 15:06:00 +0200
commit17cace280ca927a97adc21314141947210fe17b5 (patch)
tree016bd219417ed448bd192654dba20a16313523b3 /compiler/vmdef.nim
parentbd394eaeda9bcd57daae92520d933676dc6573b9 (diff)
downloadNim-17cace280ca927a97adc21314141947210fe17b5.tar.gz
fixes #2297, fixes #2946
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 047009f01..2d0272cd7 100644
--- a/compiler/vmdef.nim
+++ b/compiler/vmdef.nim
@@ -65,7 +65,7 @@ type
     opcEqStr, opcLeStr, opcLtStr, opcEqSet, opcLeSet, opcLtSet,
     opcMulSet, opcPlusSet, opcMinusSet, opcSymdiffSet, opcConcatStr,
     opcContainsSet, opcRepr, opcSetLenStr, opcSetLenSeq,
-    opcSwap, opcIsNil, opcOf, opcIs,
+    opcIsNil, opcOf, opcIs,
     opcSubStr, opcParseFloat, opcConv, opcCast,
     opcQuit, opcReset,
     opcNarrowS, opcNarrowU,