summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-09-17 10:24:25 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-09-17 15:15:12 +0200
commitf1b7c0494edbe8e2a6c6eb4764354bbfd6703bf1 (patch)
treebd433c48b2b57882ae97966ef99af7d925c3c58a /compiler/vmdef.nim
parent62aa1a3cfe904da7309f0b067635bef5d2d57077 (diff)
downloadNim-f1b7c0494edbe8e2a6c6eb4764354bbfd6703bf1.tar.gz
fixes #12195
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 17c133b08..f530ceeb2 100644
--- a/compiler/vmdef.nim
+++ b/compiler/vmdef.nim
@@ -31,7 +31,6 @@ type
     opcYldVal,      # yield with a value
 
     opcAsgnInt,
-    opcAsgnStr,
     opcAsgnFloat,
     opcAsgnRef,
     opcAsgnIntFromFloat32,    # int and float must be of the same byte size
@@ -39,6 +38,7 @@ type
     opcAsgnFloat32FromInt,    # int and float must be of the same byte size
     opcAsgnFloat64FromInt,    # int and float must be of the same byte size
     opcAsgnComplex,
+    opcFastAsgnComplex,
     opcNodeToReg,
 
     opcLdArr,  # a = b[c]