summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-03-22 02:52:06 +0100
committerAraq <rumpf_a@web.de>2014-03-22 02:52:06 +0100
commite53fc91282bc8a5dabc4f12e041fa6ce5400c007 (patch)
treebe7fcdd03635a91596ab813643f3b293db7d30e8 /compiler/vmdef.nim
parentfb5ece805ff5b752ec2e9dc0c49fc34d5abdc6a9 (diff)
downloadNim-e53fc91282bc8a5dabc4f12e041fa6ce5400c007.tar.gz
fixed tuples in a static context; preparations for correct compile time evaluation of integral ops
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 102fc3024..7725d79b8 100644
--- a/compiler/vmdef.nim
+++ b/compiler/vmdef.nim
@@ -64,6 +64,7 @@ type
     opcContainsSet, opcRepr, opcSetLenStr, opcSetLenSeq,
     opcSwap, opcIsNil, opcOf, opcIs,
     opcSubStr, opcConv, opcCast, opcQuit, opcReset,
+    opcNarrowS, opcNarrowU,
     
     opcAddStrCh,
     opcAddStrStr,