summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
diff options
context:
space:
mode:
authorArne Döring <arne.doering@gmx.net>2018-04-11 16:48:01 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-04-11 16:48:01 +0200
commit6baca58693672f8fc9485272b3c350d0b0b77163 (patch)
tree5ad6d7a2aa366aee07f8991bce55b410f4a48e90 /compiler/vmdef.nim
parent1ee5f1e36afd31f733195b13e638354ec9412948 (diff)
downloadNim-6baca58693672f8fc9485272b3c350d0b0b77163.tar.gz
Get symbol kind (#7491)
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 dd4bc5060..66bc8dfd2 100644
--- a/compiler/vmdef.nim
+++ b/compiler/vmdef.nim
@@ -79,6 +79,7 @@ type
     opcNAdd,
     opcNAddMultiple,
     opcNKind,
+    opcNSymKind,
     opcNIntVal,
     opcNFloatVal,
     opcNSymbol,
@@ -101,7 +102,6 @@ type
     opcNGetLine, opcNGetColumn, opcNGetFile,
     opcEqIdent,
     opcStrToIdent,
-    opcIdentToStr,
     opcGetImpl,
 
     opcEcho,